Trilium Frontend API
    Preparing search index...

    Interface EventDef

    interface EventDef {
        allDay: boolean;
        defId: string;
        extendedProps: Dictionary;
        groupId: string;
        hasEnd: boolean;
        interactive?: boolean;
        publicId: string;
        recurringDef: { duration: Duration; typeData: any; typeId: number };
        sourceId: string;
        title: string;
        ui: EventUi;
        url: string;
    }
    Index
    allDay: boolean
    defId: string
    extendedProps: Dictionary
    groupId: string
    hasEnd: boolean
    interactive?: boolean
    publicId: string
    recurringDef: { duration: Duration; typeData: any; typeId: number }
    sourceId: string
    title: string
    url: string