|
Rerun C++ SDK
|
Component: Whether a table column's values can be edited. More...
#include <rerun/blueprint/components/editable.hpp>
Public Member Functions | |
| Editable (rerun::encodings::Bool editable_) | |
| Editable & | operator= (rerun::encodings::Bool editable_) |
| Editable (bool value_) | |
| Editable & | operator= (bool value_) |
| operator rerun::encodings::Bool () const | |
| Cast to the underlying Bool encoding. | |
Public Attributes | |
| rerun::encodings::Bool | editable |
Component: Whether a table column's values can be edited.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.