Class: SelectedItem¶
Used to store what item was selected when the list is in the selection mode.
Hierarchy¶
-
SelectedItem
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Currently none inherited from the parent class(es).
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Constructors¶
Constructor¶
+ new SelectedItem(bindingData: any, cellData: any): SelectedItem
Parameters:
| Name | Type |
|---|---|
| bindingData | any |
| cellData | any |
Returns: SelectedItem
Properties¶
binding¶
▸ binding: any
Contains the data binding properties of the selected item. (e.g. @odata.readLink, @odata.editLink etc.)
cell¶
▸ cell: any
Contains the cell UI properties of the selected item. (e.g. Title, SubHead, Description etc.)