Skip to main content

Type Alias: GenericUiViewMembers

GenericUiViewMembers = object

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

Member properties of a GenericUiView.

Properties

focusController

readonly focusController: UiFocusController

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/GenericUiView.tsx:18

The view's UI focus controller.


knobLabelState

readonly knobLabelState: MutableSubscribableMap<UiKnobId, string> & MutableSubscribable<ReadonlyMap<UiKnobId, string>, Iterable<readonly [UiKnobId, string]>>

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

The bezel rotary knob label state requested by the view.