Beignet API reference
    Preparing search index...

    Type Alias DevtoolsWatchersOptions

    DevtoolsWatchersOptions: Partial<
        Record<BuiltInDevtoolsWatcherName, DevtoolsWatcherOptions>,
    > & Record<string, DevtoolsWatcherOptions | undefined>

    Watcher overrides keyed by built-in or custom watcher name.