ListElement

class ui.list.ListElement()

Renders a selectable element row inside hoops-list.

Index

Constructors

Properties

Constructors

ui.list.ListElement.constructor()
ListElement(): ListElement

Returns: 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

The context of the hoops-list