[]
        
(Showing Draft Content)

ListBoxFieldProperties

DsPdfJS API v9.1.0


DsPdfJS API / ListBoxFieldProperties

Type Alias: ListBoxFieldProperties

ListBoxFieldProperties = ChoiceFieldProperties & object

Defines properties of a ListBoxField.

Type Declaration

defaultSelectedIndexes?

optional defaultSelectedIndexes: number[]

The indexes of default selected items.

multiSelect?

optional multiSelect: boolean

Indicating whether more than one of the field's option items may be selected simultaneously.

selectedIndexes?

optional selectedIndexes: number[]

The indexes of selected items.

topIndex?

optional topIndex: number

The index of top visible item.

type

type: "listbox"