Skip to content

Class: SelectedItem

Used to store what item was selected when the list is in the selection mode.

Hierarchy

Summary

Constructors

Properties

Class Properties

Inherited Properties

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.)