Type Parameters

  • R
  • S = any

Hierarchy (view full)

Constructors

Properties

context?: S
defaultValue?: R
dependsOn: string[] = []
description?: string
ignore: boolean = false
title?: string
toggleable: boolean = false
type?:
    | "number"
    | "select"
    | "textarea"
    | "switch"
    | "text"
    | "integer"
    | "multiple-choice"
    | "array"
value?: R