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

EnumPropertyType

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

Enum property type - restricted to a set of string literal values.

Type Parameters

T

T extends string = string

Properties

enum

enum: readonly T[]

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