ecspresso
Preparing search index...
index
QueryDefinition
Type Alias QueryDefinition<ComponentTypes, WithComponents, WithoutComponents, OptionalComponents>
Simplified query definition type for creating reusable queries
type
QueryDefinition
<
ComponentTypes
extends
Record
<
string
,
any
>
,
WithComponents
extends
keyof
ComponentTypes
=
keyof
ComponentTypes
,
WithoutComponents
extends
keyof
ComponentTypes
=
keyof
ComponentTypes
,
OptionalComponents
extends
keyof
ComponentTypes
=
keyof
ComponentTypes
,
>
=
{
changed
?:
ReadonlyArray
<
WithComponents
>
;
optional
?:
ReadonlyArray
<
OptionalComponents
>
;
parentHas
?:
ReadonlyArray
<
keyof
ComponentTypes
>
;
with
:
ReadonlyArray
<
WithComponents
>
;
without
?:
ReadonlyArray
<
WithoutComponents
>
;
}
Type Parameters
ComponentTypes
extends
Record
<
string
,
any
>
WithComponents
extends
keyof
ComponentTypes
=
keyof
ComponentTypes
WithoutComponents
extends
keyof
ComponentTypes
=
keyof
ComponentTypes
OptionalComponents
extends
keyof
ComponentTypes
=
keyof
ComponentTypes
Index
Properties
changed?
optional?
parent
Has?
with
without?
Properties
Optional
changed
changed
?:
ReadonlyArray
<
WithComponents
>
Optional
optional
optional
?:
ReadonlyArray
<
OptionalComponents
>
Optional
parent
Has
parentHas
?:
ReadonlyArray
<
keyof
ComponentTypes
>
with
with
:
ReadonlyArray
<
WithComponents
>
Optional
without
without
?:
ReadonlyArray
<
WithoutComponents
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changed
optional
parent
Has
with
without
ecspresso
Loading...
Simplified query definition type for creating reusable queries