Skip to main content

Interface: UiPaneViewStackContainerProps

Component props for UiPaneViewStackContainer.

Hierarchy

  • ComponentProps

    UiPaneViewStackContainerProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


onUpdate

Optional onUpdate: (time: number) => void

A callback function to execute on every UI pane update cycle.

Type declaration

▸ (time): void

A callback function to execute on every UI pane update cycle.

Parameters
NameType
timenumber
Returns

void

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiPaneViewStackContainer.tsx:15


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125