ListContext
-
class
ui.list.ListContext() This interface represent the context of the list. It contains all the necessary data for the list to display.
Properties
-
ui.list.ListContext.sortedByValue - sortedByValue: boolean
-
ui.list.ListContext.elementsData optional
elementsData: Map
Methods
-
ui.list.ListContext.getContent() - getContent(context:
ListContext, key: number, selected: boolean): (HTMLTemplateResult | Unhandled type TypeOf)Parameters
Returns: (HTMLTemplateResult | Unhandled type TypeOf)