Module views/Replay/store/chattingCaption
Functions
useChattingCaptionStore
- useChattingCaptionStore(): { calcCurrentDisplayMessages: ((currentTime: any) => void); displayChattingMessages: <internal>.Ref<never[]>; insertChattingCaption: ((chatting: any) => void); resetChattingMessages: (() => void); setChattingCaption: ((chattingCaption: any) => void) }
Returns { calcCurrentDisplayMessages: ((currentTime: any) => void); displayChattingMessages: <internal>.Ref<never[]>; insertChattingCaption: ((chatting: any) => void); resetChattingMessages: (() => void); setChattingCaption: ((chattingCaption: any) => void) }
calcCurrentDisplayMessages: ((currentTime: any) => void)
displayChattingMessages: <internal>.Ref<never[]>
insertChattingCaption: ((chatting: any) => void)
resetChattingMessages: (() => void)
setChattingCaption: ((chattingCaption: any) => void)
- (chattingCaption: any): void