/// Whether the entity path at which this is logged is disconnected from its parent.
///
/// Set to true to disconnect the entity from its parent.
/// Set to false to disable the effects of this component, (re-)connecting the entity to its parent again.
is_disconnected: rerun.datatypes.Bool (order: 100);
It would be great to fix this, but if not, we should update the docs.
Fixing the documentation issue but keeping this issue open - I know why we made that decision, but practically speaking it's strange to have a boolean component if it only ever tags disconnects indefenitely
See:
https://github.com/rerun-io/rerun/blob/main/crates/store/re_types/definitions/rerun/components/disconnected_space.fbs#L20
It would be great to fix this, but if not, we should update the docs.