Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

PrimitiveSchema

PrimitiveSchema = Record<string, PropertySchema | ArrayPropertySchema>

Defined in: packages/sigma/src/primitives/schema.ts:85

Full schema for a primitive’s configurable properties. Maps property names to their schemas.