DictionaryField

The Dictionary field type used in Statamic.

Type Definition

Select from predefined dictionary values.

type 
DictionaryField
<
T
extends
ObjectValue
<{
value
: any }>> =
T
[];
The dictionary item structure (must include value property)