Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions<T>

An options object for initializing a field. An options object for initializing a register field.

Type parameters

  • T: ReadonlyJSONValue

Hierarchy

Index

Properties

Properties

Optional description

description: undefined | string

The human-readable description of the field.

The default is ''.

value

value: T

The initial value for the field.

Generated using TypeDoc