Classhttpv0.4.1
class ArraySource<Item> extends ArraySource<Item, PageContext>Member visibility
Filter class members by access level.
constructor
Constructs a new instance of the ArraySource class
ArraySource(
load: (ctx: Ctx) => Promisable<readonly Item[]>,
opts?: { perPage?: number }
)Inherited from:ArraySource
Showing members with Protected visibility and higher.
Methods
Item
The item type, inferred from the loader's return.
Itempage()
Inherited from:ArraySource