Trilium Frontend API
    Preparing search index...

    Type Alias Labels

    A listing of all the labels used by the system (i.e. not user-defined). Labels defined here have a data type which is not enforced, but offers type safety.

    type Labels = {
        ancestorDepth: string;
        archived: boolean;
        autoReadOnlyDisabled: boolean;
        "board:groupBy": string;
        bookmarkFolder: boolean;
        "calendar:hideWeekends": boolean;
        "calendar:initialDate": string;
        "calendar:view": string;
        "calendar:weekNumbers": boolean;
        calendarRoot: boolean;
        color: string;
        command: string;
        dateNote: string;
        executeButton: boolean;
        executeDescription: string;
        executeTitle: string;
        expanded: string;
        geolocation: string;
        iconClass: string;
        includeArchived: boolean;
        keyboardShortcut: string;
        language: string;
        limit: string;
        "map:scale": boolean;
        "map:style": string;
        mapRootNoteId: string;
        mapType: string;
        maxNestingDepth: number;
        orderBy: string;
        orderDirection: string;
        originalFileName: string;
        pageSize: number;
        pageUrl: string;
        "presentation:theme": string;
        readOnly: boolean;
        searchString: string;
        "slide:background": string;
        sorted: boolean;
        status: string;
        template: boolean;
        viewType: string;
        webViewSrc: string;
        workspace: boolean;
        workspaceCalendarRoot: boolean;
        workspaceIconClass: string;
        workspaceTabBackgroundColor: string;
    }
    Index

    Properties

    ancestorDepth: string
    archived: boolean
    autoReadOnlyDisabled: boolean
    "board:groupBy": string
    bookmarkFolder: boolean
    "calendar:hideWeekends": boolean
    "calendar:initialDate": string
    "calendar:view": string
    "calendar:weekNumbers": boolean
    calendarRoot: boolean
    color: string
    command: string
    dateNote: string
    executeButton: boolean
    executeDescription: string
    executeTitle: string
    expanded: string
    geolocation: string
    iconClass: string
    includeArchived: boolean
    keyboardShortcut: string
    language: string
    limit: string
    "map:scale": boolean
    "map:style": string
    mapRootNoteId: string
    mapType: string
    maxNestingDepth: number
    orderBy: string
    orderDirection: string
    originalFileName: string
    pageSize: number
    pageUrl: string
    "presentation:theme": string
    readOnly: boolean
    searchString: string
    "slide:background": string
    sorted: boolean
    status: string
    template: boolean
    viewType: string
    webViewSrc: string
    workspace: boolean
    workspaceCalendarRoot: boolean
    workspaceIconClass: string
    workspaceTabBackgroundColor: string