ecspresso
Preparing search index...
index
QueryConfig
Interface QueryConfig<ComponentTypes, WithComponents, WithoutComponents, OptionalComponents>
interface
QueryConfig
<
ComponentTypes
,
WithComponents
extends
keyof
ComponentTypes
,
WithoutComponents
extends
keyof
ComponentTypes
,
OptionalComponents
extends
keyof
ComponentTypes
=
WithComponents
,
>
{
changed
?:
readonly
WithComponents
[]
;
optional
?:
readonly
OptionalComponents
[]
;
parentHas
?:
readonly
(
keyof
ComponentTypes
)
[]
;
with
:
readonly
WithComponents
[]
;
without
?:
readonly
WithoutComponents
[]
;
}
Type Parameters
ComponentTypes
WithComponents
extends
keyof
ComponentTypes
WithoutComponents
extends
keyof
ComponentTypes
OptionalComponents
extends
keyof
ComponentTypes
=
WithComponents
Index
Properties
changed?
optional?
parent
Has?
with
without?
Properties
Optional
changed
changed
?:
readonly
WithComponents
[]
Optional
optional
optional
?:
readonly
OptionalComponents
[]
Optional
parent
Has
parentHas
?:
readonly
(
keyof
ComponentTypes
)
[]
with
with
:
readonly
WithComponents
[]
Optional
without
without
?:
readonly
WithoutComponents
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changed
optional
parent
Has
with
without
ecspresso
Loading...