@open-formulieren/types
    Preparing search index...

    Interface LicensePlateProperties

    interface LicensePlateProperties {
        type: "licenseplate";
        validate: {
            pattern: "^[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}$";
        };
        validateOn: "blur";
    }
    Index

    Properties

    type: "licenseplate"
    validate: {
        pattern: "^[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}$";
    }
    validateOn: "blur"