Beignet API reference
    Preparing search index...

    Type Alias DevtoolsWatcherOptions

    DevtoolsWatcherOptions:
        | boolean
        | {
            description?: string;
            enabled?: boolean;
            eventTypes?: readonly DevtoolsEvent["type"][];
            label?: string;
        }

    User-provided watcher override.