Trilium Frontend API
    Preparing search index...

    Interface SplittableProps

    interface SplittableProps {
        businessHours: EventStore;
        dateSelection: DateSpan;
        eventDrag: EventInteractionState;
        eventResize: EventInteractionState;
        eventSelection: string;
        eventStore: EventStore;
        eventUiBases: EventUiHash;
    }
    Index
    businessHours: EventStore
    dateSelection: DateSpan
    eventSelection: string
    eventStore: EventStore
    eventUiBases: EventUiHash