Skip to content

EditorFieldDescriptor

Defined in: editor.ts:176

constraints: ManifestConstraints

Defined in: editor.ts:177


control: EditorControlKind

Defined in: editor.ts:178


defaultValue: JsonValue

Defined in: editor.ts:179


hasDefault: boolean

Defined in: editor.ts:180


key: string

Defined in: editor.ts:181


kind: ManifestTsKind

Defined in: editor.ts:182


label: string

Defined in: editor.ts:183


maximum: number | null

Defined in: editor.ts:184


minimum: number | null

Defined in: editor.ts:185


options: EditorFieldOption[]

Defined in: editor.ts:186


path: string

Defined in: editor.ts:187


optional reason?: string

Defined in: editor.ts:188


required: boolean

Defined in: editor.ts:189


step: number | null

Defined in: editor.ts:190


supported: boolean

Defined in: editor.ts:191