Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

fileTypes: FileType[]
group?: { collapsed?: boolean; collapsible?: boolean; name: string }

Optional group that the control can belong to i.e. controls can be grouped together by group name

Type declaration

  • Optional collapsed?: boolean
  • Optional collapsible?: boolean
  • name: string
id: string

Unique ID for the control (unique in the context of all controls defined in a list of input fields).

label: string
mode?: "path" | "contents"
pathType?: "folder" | "file"
tooltip?: string

Tooltip that will be displayed hovering over the control.

type: FILE

The type of control.

validationRules?: ValidationRule[]

Validation rules e.g. 'Must select at least one', 'Cannot be empty', 'value must be greater than N' etc.

Generated using TypeDoc