Skip to content

ItemPaginateSelector

Defined in: runtime/selector.ts:97

TItem

archived(include): this

Defined in: runtime/selector.ts:72

boolean | "include" | "exclude" | "only"

this

BaseSelector.archived


assign(input): this

Defined in: runtime/selector.ts:71

ItemQuery

this

BaseSelector.assign


debug(): this

Defined in: runtime/selector.ts:78

this

BaseSelector.debug


execute(): PageSelectorResult<TItem>

Defined in: runtime/selector.ts:65

PageSelectorResult<TItem>

PaginateSelector.execute


first(): Promise<TItem | undefined>

Defined in: runtime/selector.ts:66

Promise<TItem | undefined>

PaginateSelector.first


id(itemOrItems): this

Defined in: runtime/selector.ts:73

SelectorIdInput

this

BaseSelector.id


key(key): this

Defined in: runtime/selector.ts:74

string | string[]

this

BaseSelector.key


limit(value): this

Defined in: runtime/selector.ts:67

number

this

PaginateSelector.limit


parent(parentOrParents): this

Defined in: runtime/selector.ts:75

SelectorIdInput

this

BaseSelector.parent


prn(prn, mode?): TemplateItemPaginateSelector<TItem>

Defined in: runtime/selector.ts:99

string | string[]

"append" | "replace"

TemplateItemPaginateSelector<TItem>


search(idx, query): this

Defined in: runtime/selector.ts:76

ReadSearchIndexInstance

SearchQuery

this

BaseSelector.search


state(state): this

Defined in: runtime/selector.ts:77

string | string[]

this

BaseSelector.state


template(template): TemplateItemPaginateSelector<TItem>

Defined in: runtime/selector.ts:98

string

TemplateItemPaginateSelector<TItem>


union(template): TemplateItemCursorSelector<TItem>

Defined in: runtime/selector.ts:100

string

TemplateItemCursorSelector<TItem>