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

    Interface RuleNotAlpha

    Negation. Inverts the truth value of the inner rule.

    interface RuleNot {
        rule: Rule;
        type: "not";
    }
    Index

    Properties

    Properties

    rule: Rule

    Inner rule whose truth value is inverted.

    type: "not"

    Discriminant for a negation.