KC's Workspace
    Preparing search index...
    StyleQuery:
        | { type: "declaration"; value: D }
        | { type: "property"; value: PropertyId }
        | { type: "not"; value: StyleQuery<D> }
        | { conditions: StyleQuery<D>[]; operator: Operator; type: "operation" }

    Represents a style query within a container condition.

    Type Parameters

    Type Declaration

    • { type: "declaration"; value: D }
    • { type: "property"; value: PropertyId }
    • { type: "not"; value: StyleQuery<D> }
    • { conditions: StyleQuery<D>[]; operator: Operator; type: "operation" }
      • conditions: StyleQuery<D>[]

        The conditions for the operator.

      • operator: Operator

        The operator for the conditions.

      • type: "operation"