Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppAction

Definition of ToolBarButtonAction

Hierarchy

  • AppAction

Index

Properties

Optional ariaLabel

ariaLabel: undefined | string

aria label for accessibility

Optional controlBar

controlBar: ControlBarZone

Control bar zone, default is PLAYBACK_CONTROL_BAR

Optional html

html: undefined | string

html code to be used

id

id: string

identifier of ation

Optional position

position, default is CONTROL_BAR_END

Optional url

url: undefined | string

url of file to be used. If html is defined, this paramer is ignored

Methods

clickHandler

  • clickHandler(): void
  • handler when user clicks on button

    Returns void

Generated using TypeDoc