Skip to content

IWaldiezChatParticipantsStore

@waldiez/react v0.6.0


Defined in: src/waldiez/models/Stores/IChatParticipantsStore.ts:5

SPDX-License-Identifier: Apache-2.0 Copyright 2024 - 2025 Waldiez & contributors

PropertiesΒΆ

resetActiveEventType()ΒΆ

resetActiveEventType: () => void

Defined in: src/waldiez/models/Stores/IChatParticipantsStore.ts:9

ReturnsΒΆ

void


resetActiveParticipants()ΒΆ

resetActiveParticipants: () => void

Defined in: src/waldiez/models/Stores/IChatParticipantsStore.ts:7

ReturnsΒΆ

void


setActiveEventType()ΒΆ

setActiveEventType: (activeEventType) => void

Defined in: src/waldiez/models/Stores/IChatParticipantsStore.ts:8

ParametersΒΆ
activeEventTypeΒΆ

null | string

ReturnsΒΆ

void


setActiveParticipants()ΒΆ

setActiveParticipants: (sender, recipient) => void

Defined in: src/waldiez/models/Stores/IChatParticipantsStore.ts:6

ParametersΒΆ
senderΒΆ

null | string

recipientΒΆ

null | string

ReturnsΒΆ

void