Skip to content

UnionPaginateSelector

Defined in: runtime/selector.ts:124

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


filter(condition): this

Defined in: runtime/selector.ts:82

ItemFilter

this

BaseFilterSelector.filter


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


search(idx, query): this

Defined in: runtime/selector.ts:76

ReadSearchIndexInstance

SearchQuery

this

BaseSelector.search


sort(condition): this

Defined in: runtime/selector.ts:86

ItemSort

this

BaseSortableSelector.sort


state(state): this

Defined in: runtime/selector.ts:77

string | string[]

this

BaseSelector.state