Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Replay/store/interactionCaption

Index

Functions

  • 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)
        • (currentTime: any): void
        • Parameters

          • currentTime: any

          Returns void

    • displayInteractionsStack: <internal>.Ref<never[]>
    • insertInteractionToCaption: ((interaction: any) => void)
        • (interaction: any): void
        • Parameters

          • interaction: any

          Returns void

    • resetInteractions: (() => void)
        • (): void
        • Returns void

    • setInteractionsCaption: ((interactionCaption: any) => void)
        • (interactionCaption: any): void
        • Parameters

          • interactionCaption: any

          Returns void

    • shiftInteraction: (() => undefined)
        • (): undefined
        • Returns undefined

Generated using TypeDoc