[]
        
(Showing Draft Content)

ChoiceFieldItemProperties

Type Alias: ChoiceFieldItemProperties

type ChoiceFieldItemProperties = object;

Represents an item displayed in ChoiceField.

Properties

text

text: string;

The text used to display an item.


value

value: string | null;

The value of item, if not specified or empty then 'text' will be used as value.