Skip to content

Interface: DevToolsPluginConfig

Defined in: src/wirestate-core/plugin/devtools/devtools-plugin.ts:30

Configuration for DevToolsPlugin.

Properties

label?

ts
readonly optional label?: string;

Defined in: src/wirestate-core/plugin/devtools/devtools-plugin.ts:36

Optional human label for this root, shown by the inspector to tell it apart from other roots on the page (a root is otherwise identified only by a numeric id). When omitted, a consumer may derive a hint from the root's contents instead.