Skip to main content

Interface: LoaderMessage

A descriptive message about a loading operation.

This interface represents a single message about something being loaded in the 3D scene, with an identifier and human-readable description.

Properties

key

key: string

A unique identifier for this loading operation.

This key can be used to track specific loading operations and update or remove messages when operations complete.


message

message: string

A human-readable description of what's being loaded.

This message can be displayed to users to provide context about the current loading state.