Module views/Replay/store/interactionCaption
Functions
useInteractionCaptionStore
- useInteractionCaptionStore(): { calcCurrentDisplayInteractions: ((currentTime: any) => void); displayInteractionsStack: <internal>.Ref<never[]>; insertInteractionToCaption: ((interaction: any) => void); resetInteractions: (() => void); setInteractionsCaption: ((interactionCaption: any) => void); shiftInteraction: (() => undefined) }
Returns { calcCurrentDisplayInteractions: ((currentTime: any) => void); displayInteractionsStack: <internal>.Ref<never[]>; insertInteractionToCaption: ((interaction: any) => void); resetInteractions: (() => void); setInteractionsCaption: ((interactionCaption: any) => void); shiftInteraction: (() => undefined) }
calcCurrentDisplayInteractions: ((currentTime: any) => void)
displayInteractionsStack: <internal>.Ref<never[]>
insertInteractionToCaption: ((interaction: any) => void)
resetInteractions: (() => void)
setInteractionsCaption: ((interactionCaption: any) => void)
- (interactionCaption: any): void
shiftInteraction: (() => undefined)