@umbraco-cms/backoffice

    Interface UmbFormControlValidatorConfig

    interface UmbFormControlValidatorConfig {
        checkMethod: () => boolean;
        flagKey: FlagTypes;
        getMessageMethod: () => string;
        weight: number;
    }
    Index

    Properties

    checkMethod: () => boolean
    flagKey: FlagTypes
    getMessageMethod: () => string
    weight: number
    MMNEPVFCICPMFPCPTTAAATR