Type Alias: UiGenericPopupOpenOptions<T>
UiGenericPopupOpenOptions<
T
> =object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewStack.tsx:23
Options describing how to open a UI view as a generic popup.
Type Parameters
Type Parameter |
---|
T extends UiPopupType |
Properties
allowEventFallthrough?
optional
allowEventFallthrough:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewStack.tsx:38
Whether to allow unhandled interaction events to fall through to the next view in the open stack. Defaults to
false
.
backgroundOcclusion?
optional
backgroundOcclusion:UiViewOcclusionType
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewStack.tsx:32
The occlusion type applied to views beneath the popup. If 'none'
is chosen, then the popup will not prevent
mouse events from reaching views beneath it (unless the mouse event was triggered on an element in the popup).
Defaults to 'darken'
.
popupType
popupType:
T
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiViewStack.tsx:25
The type to apply to the popup. Defaults to 'normal'
.