Skip to main content

Interface: DisplayPaneViewEvent<T, P>

An event targeting the active view in a specific display pane.

Type parameters

NameType
Textends DisplayPaneViewEventTypes = DisplayPaneViewEventTypes
Pextends keyof T & string = keyof T & string

Properties

displayPaneIndex

displayPaneIndex: DisplayPaneIndex

Which display pane this event is for.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:26


eventData

eventData: T[P]

The event data.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:30


eventType

eventType: P

The event type.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneViewEvents.ts:28