Experimental
Experimental features for Rerun.
These features are not yet stable and may change in future releases without going through the normal deprecation cycle.
def rerun.experimental.log_text_box(entity_path, text, *, ext=None, timeless=False)
Log a textbox.
This is intended to be used for multi-line text entries to be displayed in their own view.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
entity_path |
str
|
The object path to log the text entry under. |
required |
text |
str
|
The text to log. |
required |
ext |
dict[str, Any] | None
|
Optional dictionary of extension components. See rerun.log_extension_components |
None
|
timeless |
bool
|
Whether the text-box should be timeless. |
False
|