ListElement
-
class
ui.list.ListElement() Renders a selectable element row inside
hoops-list.
Constructors
-
ui.list.ListElement.constructor() - ListElement():
ListElementReturns:
ListElement
Properties
-
ui.list.ListElement.key - key: number
The id of the element in the list.
-
ui.list.ListElement.name - name: string
The displayed name of the element in the list.
-
ui.list.ListElement.selected - selected: boolean
Whether the element is selected or not
-
ui.list.ListElement.list optional
list:ContextWrapperThe context of the hoops-list