Interface: TypingIndicatorProps\<TPresence\>
@roomful/cursors / TypingIndicatorProps
Interface: TypingIndicatorProps<TPresence>
Section titled “Interface: TypingIndicatorProps<TPresence>”Defined in: indicator-types.ts:8
Configures the typing indicator component.
Type Parameters
Section titled “Type Parameters”TPresence
Section titled “TPresence”TPresence extends PresenceData = PresenceData
The peer presence shape.
Properties
Section titled “Properties”ariaLabel?
Section titled “ariaLabel?”
optionalariaLabel:string
Defined in: indicator-types.ts:12
Overrides the accessible label announced to assistive technology.
peers: readonly
Peer<TPresence>[]
Defined in: indicator-types.ts:17
Supplies the peers currently typing.