PreSelectedItem interface

An interface representing pre-selected item

Extends

Omit<SelectedItemMetadata, "displayName">

Properties

canBeUnselected

If the pre-selected item could be unchecked If false or undefined, will be display as checked and grey out If true, will be displayed as checked and can be un-selected, but currently it is not supported and this case will be ignored.

Inherited Properties

id

Item id

objectId

Item object id

type

Item type

Property Details

canBeUnselected

If the pre-selected item could be unchecked If false or undefined, will be display as checked and grey out If true, will be displayed as checked and can be un-selected, but currently it is not supported and this case will be ignored.

canBeUnselected?: boolean

Property Value

boolean

Inherited Property Details

id

Item id

id?: number

Property Value

number

Inherited From Omit.id

objectId

Item object id

objectId?: string

Property Value

string

Inherited From Omit.objectId

type

Item type

type: string

Property Value

string

Inherited From Omit.type