QueryBuilder
此内容尚不支持你的语言。
Defined in: query.ts:187
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”C extends readonly QueryArg[]
Properties
Section titled “Properties”_addedFilters
Section titled “_addedFilters”
readonly_addedFilters:object[]
Defined in: query.ts:182
component
Section titled “component”component:
AnyComponentDef
index:
number
Inherited from
Section titled “Inherited from”_changedFilters
Section titled “_changedFilters”
readonly_changedFilters:object[]
Defined in: query.ts:183
component
Section titled “component”component:
AnyComponentDef
index:
number
Inherited from
Section titled “Inherited from”QueryDescriptor._changedFilters
_components
Section titled “_components”
readonly_components:C
Defined in: query.ts:178
Inherited from
Section titled “Inherited from”_filter
Section titled “_filter”
readonly_filter:FilterExpr|null
Defined in: query.ts:184
Inherited from
Section titled “Inherited from”_mutIndices
Section titled “_mutIndices”
readonly_mutIndices:number[]
Defined in: query.ts:179
Inherited from
Section titled “Inherited from”
readonly_type:"query"
Defined in: query.ts:177
Inherited from
Section titled “Inherited from”
readonly_with:AnyComponentDef[]
Defined in: query.ts:180
Inherited from
Section titled “Inherited from”_without
Section titled “_without”
readonly_without:AnyComponentDef[]
Defined in: query.ts:181
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”filter()
Section titled “filter()”filter(
expr):QueryBuilder<C>
Defined in: query.ts:191
Attach a composable filter expression. Replaces any prior call.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”QueryBuilder<C>
with()
Section titled “with()”with(…
components):QueryBuilder<C>
Defined in: query.ts:188
Parameters
Section titled “Parameters”components
Section titled “components”Returns
Section titled “Returns”QueryBuilder<C>
without()
Section titled “without()”without(…
components):QueryBuilder<C>
Defined in: query.ts:189
Parameters
Section titled “Parameters”components
Section titled “components”Returns
Section titled “Returns”QueryBuilder<C>