Trilium Frontend API
    Preparing search index...

    Interface TickCrossParams

    interface TickCrossParams {
        allowEmpty?: boolean;
        allowTruthy?: boolean;
        crossElement?: string | boolean;
        tickElement?: string | boolean;
    }
    Index

    Properties

    allowEmpty?: boolean
    allowTruthy?: boolean
    crossElement?: string | boolean
    tickElement?: string | boolean