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

Properties

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