PreSelectedItem interface  
An interface representing pre-selected item
- Extends
 - 
			
Omit<SelectedItemMetadata, "displayName">
 
Properties
| can | 
	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.  | 
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