Skip to main content

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

PropertyTypeDescriptionDefined in
levelstringOptional severity/category tag; the view can color rows by it.webxr-uiextensions/src/core/log-model.ts:13
messagestring-webxr-uiextensions/src/core/log-model.ts:11