Skip to content

Documentation / @ripl/3d / Shape3DDefaults

Type Alias: Shape3DDefaults<TState> ​

Shape3DDefaults<TState> = Partial<Omit<Shape3DOptions<TState>, "id" | "class" | "data" | "scale">>

Defined in: 3d/src/core/shape.ts:238

Class-level defaults for a 3D shape. Excludes scale, which Shape3D expands itself, and zIndex, which it derives from projected depth.

Type Parameters ​

Type ParameterDefault type
TState extends Shape3DStateShape3DState