Skip to content

Commit

Permalink
fix missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 11, 2024
1 parent 2d255d6 commit 32732ed
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ table PanelBlueprint (
// --- Required ---

// --- Optional ---

/// Current state of the panels.
state: rerun.blueprint.components.PanelState ("attr.rerun.component_optional", nullable, order: 1000);

// TODO(jleibs): Add a float to track how expanded the panel is.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/viewer/re_viewer/src/reflection/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion rerun_py/rerun_sdk/rerun/blueprint/archetypes/panel_blueprint.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32732ed

Please sign in to comment.