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

    Interface RuleValidationFailureAlpha

    Failure outcome of RuleRegistry.validate.

    interface RuleValidationFailure {
        issues: RuleValidationIssue[];
        ok: false;
    }
    Index

    Properties

    Properties

    Structured issues, ordered by traversal of the rule tree.

    ok: false

    Discriminant. The rule has one or more issues.