Skip to content

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.

Properties

position?

optional position: boolean

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


rotation?

optional rotation: boolean

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


scale?

optional scale: boolean

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