Skip to main content

ChangedEvent

Event that fires AFTER the active panel change completes.

Description

This event fires after the panel movement animation finishes and the index is updated.

Properties

direction

Type: ValueOf<typeof DIRECTION>

Moving direction from the active panel to the target panel

index

Type: number

New index

isTrusted

Type: boolean

Boolean that indicates whether the event was generated by a user action

panel

Type: Panel

New active panel

prevIndex

Type: number

Previous index

prevPanel

Type: Panel | null

Previous active panel

See Also