text.py
rerun.log.experimental.text
def 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
|