Interface IStoryBlockMethods

Hierarchy

  • IStoryBlockMethods

Properties

Properties

pause: (() => void)

Type declaration

    • (): void
    • Pause the story block.

      Returns void

play: (() => void)

Type declaration

    • (): void
    • Play the story block.

      Returns void

Generated using TypeDoc