List

class ui.list.List()

Provides a list view component for displaying sortable elements.

Index

Constructors

Properties

Methods

Constructors

ui.list.List.constructor()
List(): List

Returns: List

Properties

ui.list.List.list

Context wrapper providing list data access methods. Reassign to trigger updates.

ui.list.List.selected
selected: number[]

Array of selected element keys. Reassign to trigger updates.

Methods

ui.list.List.updateContext()
updateContext(): void

Triggers a re-render by reassigning list context.

Returns: void

void
ui.list.List.updateSelected()
updateSelected(): void

Triggers a re-render by reassigning selected elements.

Returns: void

void