Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WillAppearEvent<Settings>

Data sent from the willAppear event

Type parameters

  • Settings = any

Hierarchy

Index

Properties

action

action: string

context

context: string

device

device: string

event

event: "willAppear"

payload

payload: { controller: string; coordinates: Coordinates; isInMultiAction: boolean; settings: Settings; state: StateType }

Type declaration

  • controller: string
  • coordinates: Coordinates
  • isInMultiAction: boolean
  • settings: Settings
  • state: StateType

Generated using TypeDoc