Skip to content

Documentation / @ripl/vue-3d / SHAPE_3D_STATE_KEYS

Variable: SHAPE_3D_STATE_KEYS ​

const SHAPE_3D_STATE_KEYS: readonly ["filter" | "fill" | "direction" | "font" | "fontKerning" | "opacity" | "globalCompositeOperation" | "lineCap" | "lineDash" | "lineDashOffset" | "lineJoin" | "lineWidth" | "miterLimit" | "shadowBlur" | "shadowColor" | "shadowOffsetX" | "shadowOffsetY" | "stroke" | "textAlign" | "textBaseline" | "translateX" | "translateY" | "transformScaleX" | "transformScaleY" | "rotation" | "transformOriginX" | "transformOriginY", "material", "rotationX", "rotationY", "rotationZ", "scaleX", "scaleY", "scaleZ", "x", "y", "z"]

Defined in: vue-3d/src/core/props.ts:15

The transform and surface state every 3D shape adds on top of the shared base state.