Module re_types::blueprint::components
source ยท Expand description
The blueprint-specific components.
Modulesยง
- active_tab ๐
- apply_latest_at ๐
- auto_layout ๐
- auto_layout_ext ๐
- auto_views ๐
- background_kind ๐
- column_share ๐
- container_kind ๐
- corner2d ๐
- corner2d_ext ๐
- enabled ๐
- enabled_ext ๐
- filter_by_range ๐
- filter_by_range_ext ๐
- filter_is_not_null ๐
- force_distance ๐
- force_iterations ๐
- force_strength ๐
- grid_columns ๐
- grid_spacing ๐
- grid_spacing_ext ๐
- included_content ๐
- interactive ๐
- interactive_ext ๐
- map_provider ๐
- near_clip_plane ๐
- near_clip_plane_ext ๐
- panel_state ๐
- panel_state_ext ๐
- query_expression ๐
- root_container ๐
- row_share ๐
- selected_columns ๐
- timeline_name ๐
- timeline_name_ext ๐
- view_class ๐
- view_class_ext ๐
- view_fit ๐
- view_maximized ๐
- view_origin ๐
- view_origin_ext ๐
- visible ๐
- visible_ext ๐
- visible_time_range ๐
- visual_bounds2d ๐
- visual_bounds2d_ext ๐
- visualizer_overrides ๐
- zoom_level ๐
Structsยง
- Component: The active tab in a tabbed container.
- Component: Whether empty cells in a dataframe should be filled with a latest-at query.
- Component: Whether the viewport layout is determined automatically.
- Component: Whether or not views should be created automatically.
- Component: The layout share of a column in the container.
- Component: Describe a component column to be selected in the dataframe view.
- Component: Whether a procedure is enabled.
- Component: Configuration for a filter-by-range feature of the dataframe view.
- Component: Configuration for the filter is not null feature of the dataframe view.
- Component: The target distance between two nodes.
- Component: Specifies how often this force should be applied per iteration.
- Component: The strength of a given force.
- Component: How many columns a grid container should have.
- Component: Space between grid lines of one line to the next in scene units.
- Component: All the contents in the container.
- Component: Whether the entity can be interacted with.
- Component: Indicate whether the range should be locked when zooming in on the data.
- Component: Distance to the near clip plane used for
Spatial2DView
. - Component: An individual query expression used to filter a set of
datatypes::EntityPath
s. - Component: The container that sits at the root of a viewport.
- Component: The layout share of a row in the container.
- Component: Describe a component column to be selected in the dataframe view.
- Component: Show a slider for the index of some dimension of a slider.
- Component: A timeline identified by its name.
- Component: The class identifier of view, e.g.
"2D"
,"TextLog"
, โฆ. - Component: Whether a view is maximized.
- Component: The origin of a view.
- Component: Hash of a viewer recommendation.
- Component: Whether the container, view, entity or instance is currently visible.
- Component: The range of values on a given timeline that will be included in a viewโs query.
- Component: Visual bounds in 2D space used for
Spatial2DView
. - Component: Override the visualizers for an entity.
- Component: A zoom level determines how much of the world is visible on a map.
Enumsยง
- Component: The type of the background in a view.
- Component: The kind of a blueprint container (tabs, grid, โฆ).
- Component: One of four 2D corners, typically used to align objects.
- Component: Name of the map provider to be used in Map views.
- Component: Tri-state for panel controls.
- Component: Determines whether an image or texture should be scaled to fit the viewport.