BetterMonitor SDK - v0.1.15
    Preparing search index...

    Interface Store

    interface Store {
        action: boolean;
        api: boolean;
        blackList: (string | RegExp)[];
        debug: boolean;
        error: boolean;
        fields: BMConfigDataFields;
        getUserId: () => string;
        originList: string[];
        projectId: string | number;
        projectName: string;
        queuedActions: RequestItemAddAction[];
        queuedApis: RequestItemAddApi[];
        sdk: string;
        statistics: boolean;
        timeLogMap: Map<string, number>;
        view: boolean;
    }
    Index
    action: boolean
    api: boolean
    blackList: (string | RegExp)[]
    debug: boolean
    error: boolean
    getUserId: () => string
    originList: string[]
    projectId: string | number
    projectName: string
    queuedActions: RequestItemAddAction[]
    queuedApis: RequestItemAddApi[]
    sdk: string
    statistics: boolean
    timeLogMap: Map<string, number>
    view: boolean