Interface: LogEntry
Defined in: webxr-uiextensions/src/core/log-model.ts:10
Log model - pure ring buffer + viewport for the data-uix="log-view"
control (scrollable log/list windows).
UIKitML text nodes are a fixed pool (see "the text rule": dynamic text
needs a placeholder child), so the view renders into a fixed number of
visible rows and the model computes which slice of the buffer those rows
show. follow mode pins the viewport to the newest entry, like a console.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
level | string | Optional severity/category tag; the view can color rows by it. | webxr-uiextensions/src/core/log-model.ts:13 |
message | string | - | webxr-uiextensions/src/core/log-model.ts:11 |