DotNaos UI

Queue

Queue from the Chat package.

Source code

Waiting for the preview before loading source files · 2 of 2

Properties

Public properties derived from the component’s TypeScript signature.

PropertyTypeDefault
messagesRequired
readonly ChatMessageData[]
errorOptional
string
disabledOptional
boolean
canSteerOptional
boolean
queueByDefaultOptional
boolean
onQueueByDefaultChangeOptional
((enabled: boolean) => void)
onSteerRequired
(id: string) => void
onDeleteRequired
(id: string) => void
onEditRequiredReturn this message to the host composer; do not send it.
(id: string) => void | Promise<void>
onReorderRequired
(ids: string[]) => void