Skip to main content

Type Alias: UiViewEntry<T>

UiViewEntry<T> = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewTypes.ts:46

An entry describing a UI view registered to a view stack.

Type Parameters

Type ParameterDefault type
T extends UiViewUiView

Properties

key

readonly key: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewTypes.ts:51

The key of the view.


layer

readonly layer: UiViewStackLayer

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewTypes.ts:48

The view stack layer to which the view belongs.


ref

readonly ref: T | undefined

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewTypes.ts:54

A reference to the view, or undefined if the view is not rendered.