Trilium Frontend API
    Preparing search index...

    Interface Validator

    interface Validator {
        parameters?: any;
        type:
            | StandardValidatorType
            | ((cell: CellComponent, value: any, parameters?: any) => boolean);
    }
    Index

    Properties

    Properties

    parameters?: any
    type:
        | StandardValidatorType
        | ((cell: CellComponent, value: any, parameters?: any) => boolean)