Member Junction
    Preparing search index...

    Interface EntityFieldRulesValidation

    Result of EntityFieldRules.Validate — a pre-flight check of a rule set against entity metadata.

    interface EntityFieldRulesValidation {
        Errors: string[];
        Valid: boolean;
    }
    Index

    Properties

    Properties

    Errors: string[]

    Human-readable problems, one per offending rule (empty when Valid).

    Valid: boolean

    True when every rule targets an existing, writable field and all source field references resolve.