tuil
ReferencePackages@mwillbanks/tuil-devtoolsAPI

RuntimeInspection

interface exported by @mwillbanks/tuil-devtools.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-devtools.

export interface RuntimeInspection {
  readonly panel: DevtoolsPanel;
  readonly rows: readonly string[];
}

Members

MemberTypeRequiredDescriptionRelated types
panel"Events" | "Commands" | "Routes" | "Focus" | "Layout" | "Pointer" | "Hotkeys" | "Plugins" | "Workflows" | "Operations" | "Services" | "Theme" | "Terminal capabilities" | "Performance"YesThe panel member uses the "Events" | "Commands" | "Routes" | "Focus" | "Layout" | "Pointer" | "Hotkeys" | "Plugins" | "Workflows" | "Operations" | "Services" | "Theme" | "Terminal capabilities" | "Performance" contract.Theme
rowsreadonly string[]YesThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-devtools

On this page