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

    Interface RuleValidationSuccessAlpha

    Successful outcome of RuleRegistry.validate.

    interface RuleValidationSuccess {
        ok: true;
    }
    Index

    Properties

    Properties

    ok: true

    Discriminant. The rule passed validation.