Trilium Frontend API
    Preparing search index...

    Interface ViewDisplayInfo

    interface ViewDisplayInfo {
        borderlessBottom: boolean;
        borderlessTop: boolean;
        borderlessX: boolean;
        isHeightAuto: boolean;
        options: {
            footerToolbar: false | ToolbarInput;
            headerToolbar: false | ToolbarInput;
        };
        view: ViewApi;
    }
    Index
    borderlessBottom: boolean
    borderlessTop: boolean
    borderlessX: boolean
    isHeightAuto: boolean
    options: {
        footerToolbar: false | ToolbarInput;
        headerToolbar: false | ToolbarInput;
    }
    view: ViewApi