Signal K
    Preparing search index...
    type WithHistoryApi = {
        getHistoryApi?: () => Promise<HistoryApi>;
    }

    Hierarchy

    Index

    Properties

    Properties

    getHistoryApi?: () => Promise<HistoryApi>

    Returns a promise for the active History API implementation, or rejects if unavailable. The property is optional to support explicitly older servers that do not have a history api provider.

    Type declaration