Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialRotateEvent<Settings>

Data send from the dialRotate event

Type parameters

  • Settings = any

Hierarchy

Index

Properties

action

action: string

context

context: string

device

device: string

event

event: "dialRotate"

payload

payload: { coordinates: Coordinates; isInMultiAction: boolean; pressed: boolean; settings: Settings; state: StateType; ticks: number; userDesiredState: StateType }

Type declaration

  • coordinates: Coordinates
  • isInMultiAction: boolean
  • pressed: boolean
  • settings: Settings
  • state: StateType
  • ticks: number
  • userDesiredState: StateType

Generated using TypeDoc