Beignet API reference
    Preparing search index...

    Interface InMemoryDevtoolsOptions

    Options for createInMemoryDevtools(...).

    interface InMemoryDevtoolsOptions {
        initialEvents?: readonly DevtoolsEvent[];
        maxEvents?: number;
        redact?: DevtoolsRedactor;
        store?: DevtoolsEventStore;
        watchers?: DevtoolsWatchersOptions;
    }
    Index

    Properties

    initialEvents?: readonly DevtoolsEvent[]

    Events loaded into the buffer at startup.

    maxEvents?: number

    Maximum events kept in memory.

    Custom redactor applied after the default devtools redactor.

    Optional persistence store.

    Watcher configuration.