DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias ChoiceFieldItemProperties

    Represents an item displayed in ChoiceField.

    type ChoiceFieldItemProperties = {
        text: string;
        value: string | null;
    }
    Index

    Properties

    Properties

    text: string

    The text used to display an item.

    value: string | null

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