SelectedItemMetadata interface  
An interface contains metadata of selected items
Properties
| display | 
	Item display name  | 
| id | Item id  | 
| object | 
	Item object id  | 
| type | Item type  | 
Property Details
		displayName
	 
	Item display name
displayName?: string
				Property Value
string
id
Item id
id?: number
				Property Value
number
		objectId
	 
	Item object id
objectId?: string
				Property Value
string
type
Item type
type: string
				Property Value
string