prorm API Reference
    Preparing search index...

    Enumeration ValidateOn

    Companion enum for ValidateOnOption. Mirrors the same fixed set of string values so callers who prefer enums (autocomplete, refactor-safe references, etc.) can use ValidateOn.Create instead of the raw string literal 'create'. Both forms are accepted anywhere ValidateOnOption is used - this is purely additive and does not replace the string literal union.

    Index
    Create: "create"
    Update: "update"
    Save: "save"
    SaveOnly: "saveOnly"