Trilium Frontend API
    Preparing search index...

    Type Alias Editor

    Editor:
        | true
        | "input"
        | "textarea"
        | "number"
        | "range"
        | "tickCross"
        | "star"
        | "list"
        | "date"
        | "time"
        | "datetime"
        | (
            (
                cell: CellComponent,
                onRendered: EmptyCallback,
                success: ValueBooleanCallback,
                cancel: ValueVoidCallback,
                editorParams: {},
            ) => HTMLElement | false
        )