KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ContainerCondition
Type Alias ContainerCondition<D>
ContainerCondition
:
|
{
type
:
"feature"
;
value
:
QueryFeatureFor_ContainerSizeFeatureId
}
|
{
type
:
"not"
;
value
:
ContainerCondition
<
D
>
}
|
{
conditions
:
ContainerCondition
<
D
>
[]
;
operator
:
Operator
;
type
:
"operation"
;
}
|
{
type
:
"style"
;
value
:
StyleQuery
<
D
>
}
Represents a container condition.
Type Parameters
D
=
Declaration
Type Declaration
{
type
:
"feature"
;
value
:
QueryFeatureFor_ContainerSizeFeatureId
}
{
type
:
"not"
;
value
:
ContainerCondition
<
D
>
}
{
conditions
:
ContainerCondition
<
D
>
[]
;
operator
:
Operator
;
type
:
"operation"
}
conditions
:
ContainerCondition
<
D
>
[]
The conditions for the operator.
operator
:
Operator
The operator for the conditions.
type
:
"operation"
{
type
:
"style"
;
value
:
StyleQuery
<
D
>
}
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
Represents a container condition.