MCPcopy
hub / github.com/FormidableLabs/webpack-dashboard / IDashboardOptions

Interface IDashboardOptions

plugin/index.d.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7interface IDashboardOptions {
8 port?: number;
9 host?: string;
10 handler?: (dataArray: IMessage[]) => void;
11}
12
13interface ICompiler {
14 hooks?: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…