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

FactoryOptionsFromItemSchema

FactoryOptionsFromItemSchema<S> = { [K in keyof S]?: FactoryOptionFromProperty<S[K]> }

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

Derives factory options from an item schema (for array properties).

Type Parameters

S

S extends Record<string, PropertySchema>