DataTable.DropdownOption Type

record with the fields: 'label: string (required)', 'value: number | string | boolean (required)'

Constructors

Constructor Description

DropdownOption()

Full Usage: DropdownOption()

Returns: DropdownOption
Returns: DropdownOption

Static members

Static member Description

DropdownOption.init (label, value)

Full Usage: DropdownOption.init (label, value)

Parameters:
Returns: DropdownOption
label : string
value : IConvertible
Returns: DropdownOption