Skip to content

@camera.ui/sdk / storage / JsonEnumSchema

Interface: JsonEnumSchema

Defined in: storage/index.ts:153

Enum/select schema options.

Extended by

Properties

enum

enum: string[]

Defined in: storage/index.ts:156

Available options


multiple?

optional multiple?: boolean

Defined in: storage/index.ts:158

Allow multiple selection


type

type: "string"

Defined in: storage/index.ts:154