[]
        
(Showing Draft Content)

ChoiceFieldItemProperties

DsPdfJS API v9.1.0


DsPdfJS API / ChoiceFieldItemProperties

Type Alias: ChoiceFieldItemProperties

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.