Skip to main content

Module table

Module table 

Source
Expand description

Debug table types and builder

Provides a builder pattern for constructing debug information tables with sections and key-value entries. Also includes action log overlay for displaying recent actions.

Structs§

ActionDetailOverlay
Overlay for displaying detailed action information
ActionLogDisplayEntry
A display-ready action log entry
ActionLogOverlay
Overlay for displaying the action log
ComponentDetailOverlay
Detail view for a single mounted component.
ComponentSnapshot
A non-generic snapshot of a single mounted component’s debug info.
ComponentsOverlay
Overlay for displaying mounted components
DebugTableBuilder
Builder for constructing debug tables
DebugTableOverlay
A debug table overlay with title, rows, and optional cell preview
StateEntryDetail
Detail view for a single state tree entry (full untruncated value).

Enums§

DebugOverlay
Type of debug overlay
DebugTableRow
A row in a debug table - either a section header or a key-value entry