Skip to main content

Type Alias: UiTouchSliderFocusModuleOptions

UiTouchSliderFocusModuleOptions = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TouchSlider/UiTouchSliderFocusModule.ts:13

Options for UiTouchSliderFocusModule.

Properties

onUiInteractionEvent()?

optional onUiInteractionEvent: (event) => boolean

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TouchSlider/UiTouchSliderFocusModule.ts:18

A function which handles UiInteractionEvents routed to the module. If not defined, then the module will not handle any events.

Parameters

ParameterType
eventUiInteractionEvent

Returns

boolean