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

    Interface RuleAllAlpha

    AND composition. Short-circuits on the first false child.

    interface RuleAll {
        rules: Rule[];
        type: "all";
    }
    Index

    Properties

    Properties

    rules: Rule[]

    Child rules, evaluated in order.

    type: "all"

    Discriminant for an AND composition.