Plumile JS API
    Preparing search index...

    Type Alias DevtoolsBridgeOptions

    type DevtoolsBridgeOptions = {
        global?: Record<string, unknown>;
        historyLimit?: number;
    }
    Index

    Properties

    global?: Record<string, unknown>
    historyLimit?: number