- Preparing search index...
- The search index is not available
Input Aspects
Interface Map<TInstance, TValue>
Methods
default
- default(): TInstance
-
Returns TInstance
element
- element(): null | InElement<TValue, HTMLElement>
-
Returns null | InElement<TValue, HTMLElement>
group
- group(): null | InGroup<TValue extends object
? TValue
: never>
-
Returns null | InGroup<TValue extends object
? TValue
: never>
list
- list(): null | InList<TValue extends readonly TItem[]
? TItem
: never>
-
Returns null | InList<TValue extends readonly TItem[]
? TItem
: never>
A map implementing application result detection algorithms.
Each method name here is a kind of aspect application, while the return value of this method is an aspect instance type.