Skip to content

@modoki/engine / index / DebugTabDef

Interface: DebugTabDef

A full custom tab in the debug menu.

Debug & Journal

Component

Component: ComponentType

The tab body. Receives no props — read ECS/stores internally.


id

id: string

Stable unique id (used for de-dup + teardown).


order?

optional order?: number

Sort key (ascending; default 100). Built-in tabs use 0..99.


title

title: string

Tab-bar label.

Built with Modoki.