# RuntimeInspection

Source: /tuil/docs/reference/packages/devtools/api/runtime-inspection
Locale: en

interface exported by @mwillbanks/tuil-devtools.



{/* Generated by tooling/docs/generate-reference.ts. */}

## interface [#interface]

Public interface exported by `@mwillbanks/tuil-devtools`.

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

## Members [#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`](/tuil/docs/reference/packages/theme/api/theme) |
| `rows`  | `readonly string[]`                                                                                                                                                                                    | Yes      | The `rows` member uses the `readonly string[]` contract.                                                                                                                                                                                     | —                                                   |

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

* [`DevtoolsPanel`](/tuil/docs/reference/packages/devtools/api/devtools-panel)

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/devtools/src/index.tsx)

## Package [#package]

[@mwillbanks/tuil-devtools](/tuil/docs/reference/packages/devtools)
