Trilium Frontend API
    Preparing search index...

    Interface ViewApi

    interface ViewApi {
        activeEnd: Date;
        activeStart: Date;
        calendar: CalendarApi;
        currentEnd: Date;
        currentStart: Date;
        title: string;
        type: string;
        getOption(name: string): any;
    }

    Implemented by

    Index
    activeEnd: Date
    activeStart: Date
    calendar: CalendarApi
    currentEnd: Date
    currentStart: Date
    title: string
    type: string
    • Parameters

      • name: string

      Returns any