Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface RuleAnyAlpha

    OR composition. Short-circuits on the first true child.

    interface RuleAny {
        rules: Rule[];
        type: "any";
    }
    Index

    Properties

    Properties

    rules: Rule[]

    Child rules, evaluated in order.

    type: "any"

    Discriminant for an OR composition.