@elysiumoss/ui-capture - v0.3.0
    Preparing search index...

    Type Alias CountableState

    CountableState: Extract<ElementState, "visible" | "attached">

    The DOM states a minCount wait can count.

    minCount is a minimum over matched elements, so it only means something for a state an element can be matched in. hidden and detached both treat "there is no such element at all" as a pass on the selector path, which no minimum count can express — counting would silently redefine them. Those combinations are rejected by stepShapeError instead.