export enum InputValidator {
    float,
    int,
    regexp,
    subpath,
    filename,
    nodename,
    nodelabel
}