Type Alias FieldValueV2

A single field value with its selection status.

type FieldValueV2 = {
    numValue?: string;
    selStatus: odagRequests.SelectStatusV2;
    strValue: string;
}
Index
numValue?: string

The valid set of selection states that a specific field value can be in. One of: S (selected), O (optional), or X (excluded).

strValue: string