RuntimeInspection
interface exported by @mwillbanks/tuil-devtools.
interface
Public interface exported by @mwillbanks/tuil-devtools.
export interface RuntimeInspection {
readonly panel: DevtoolsPanel;
readonly rows: readonly string[];
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
panel | "Events" | "Commands" | "Routes" | "Focus" | "Layout" | "Pointer" | "Hotkeys" | "Plugins" | "Workflows" | "Operations" | "Services" | "Theme" | "Terminal capabilities" | "Performance" | Yes | The panel member uses the "Events" | "Commands" | "Routes" | "Focus" | "Layout" | "Pointer" | "Hotkeys" | "Plugins" | "Workflows" | "Operations" | "Services" | "Theme" | "Terminal capabilities" | "Performance" contract. | Theme |
rows | readonly string[] | Yes | The rows member uses the readonly string[] contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference