ListContext

class ui.list.ListContext()

This interface represent the context of the list. It contains all the necessary data for the list to display.

Index

Properties

Methods

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

context: ListContext

key: number

selected: boolean

Returns: (HTMLTemplateResult | Unhandled type TypeOf)