Trilium Frontend API
    Preparing search index...

    Interface ViewProps

    interface ViewProps {
        businessHours: EventStore;
        className?: string;
        dateProfile: DateProfile;
        dateSelection: DateSpan;
        eventDrag: EventInteractionState;
        eventResize: EventInteractionState;
        eventSelection: string;
        eventStore: EventStore;
        eventUiBases: EventUiHash;
        forPrint: boolean;
        labelId: string;
        labelStr: string;
    }
    Index
    businessHours: EventStore
    className?: string
    dateProfile: DateProfile
    dateSelection: DateSpan
    eventSelection: string
    eventStore: EventStore
    eventUiBases: EventUiHash
    forPrint: boolean
    labelId: string
    labelStr: string