Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AutoplayMethods

Index

Properties

Methods

Properties

paused

paused: boolean

Whether autoplay is paused

running

running: boolean

Whether autoplay enabled and running

Methods

pause

  • pause(speed?: number): void
  • Pause autoplay

    Parameters

    • Optional speed: number

    Returns void

run

  • run(): void
  • Run the autoplay logic

    Returns void

start

  • start(): boolean
  • Start autoplay

    Returns boolean

stop

  • stop(): boolean
  • Stop autoplay

    Returns boolean

Generated using TypeDoc