HTMLCollectionExtension extension

on

Properties

asListView → VirtualListView<Element>

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

no setter
asListViewFixed → VirtualFixedListView<Element>

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

no setter
isEmpty → bool

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

no setter
isNotEmpty → bool

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

no setter

Methods

indexOf(Element element) → int

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

toIterable() → Iterable<Element>

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

toList() → List<Element>

Available on HTMLCollection, provided by the HTMLCollectionExtension extension

whereType<T>() → Iterable<T>

Available on HTMLCollection, provided by the HTMLCollectionExtension extension