Skip to main content

Interface: UiPaneViewStackContainerProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiPaneViewStackContainer.tsx:13

Component props for UiPaneViewStackContainer.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


onUpdate()?

optional onUpdate: (time) => void

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiPaneViewStackContainer.tsx:15

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

Parameters

ParameterType
timenumber

Returns

void


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref