Skip to main content

Interface: RegisterOptions

Defined in: packages/iwsdk-uiextensions/src/register.ts:25

Properties

PropertyTypeDescriptionDefined in
controls?booleanDisable the data-uix control upgrades.packages/iwsdk-uiextensions/src/register.ts:37
drag?booleanDisable the title-bar drag system.packages/iwsdk-uiextensions/src/register.ts:27
nearDrag?booleanDisable near dragging (controller squeeze or hand pinch on the title bar), leaving the far ray as the only way to move a window. On by default; see UIDragSystem for what it does to IWSDK's pointers.packages/iwsdk-uiextensions/src/register.ts:33
regions?booleanDisable dock regions.packages/iwsdk-uiextensions/src/register.ts:35
touchGuard?boolean | Partial<TouchPressOptions>Press / hold / release for IWSDK's near (poke) pointers, so a finger pushed through a panel and pulled back is one click, and a finger arriving from behind is none. On by default; pass thresholds to tune (meters, signed, positive in front), or false to keep IWSDK's own unsigned-distance behaviour. See UITouchGuardSystem.packages/iwsdk-uiextensions/src/register.ts:45