Skip to content
Entangle UI v0.13.0

TransformShowConfig

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:36

Configuration for the per-subgroup show flag. Omitted keys default to true. When both position and rotation are hidden the coordinate-space row is hidden too.

optional position?: boolean

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:37


optional rotation?: boolean

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:38


optional scale?: boolean

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:39