Expand description
Node and port schema registry.
Re-exports§
pub use kit::NodeKitAdapterKey;pub use kit::NodeKitContentDensity;pub use kit::NodeKitFixture;pub use kit::NodeKitFixtureEdge;pub use kit::NodeKitFixtureError;pub use kit::NodeKitFixtureNode;pub use kit::NodeKitKey;pub use kit::NodeKitLayoutHints;pub use kit::NodeKitManifest;pub use kit::NodeKitRegistry;
Modules§
Structs§
- Action
Availability - Applicability and disabled-state metadata for actions.
- Action
Shortcut - Shortcut metadata adapters can map to toolkit-specific accelerators.
- Blackboard
Descriptor - Graph-level property collection exposed to adapters as a local blackboard UI.
- Canonicalize
Kinds Plan - Inspector
Descriptor - Renderer-neutral inspector descriptor.
- Menu
Descriptor - Renderer-neutral menu descriptor. Adapters own popup state and widgets.
- Migrate
Nodes Plan - Migrate
Nodes Report - Node
Action Descriptor - Renderer-neutral command/action descriptor.
- Node
Chrome Descriptor - Renderer-neutral metadata for adapter-owned node chrome.
- Node
Control Binding - Data-oriented binding target for a node-local control.
- Node
Control Descriptor - Renderer-neutral metadata for one adapter-local editable control.
- Node
Control Editability - Editability metadata for adapter-local controls.
- Node
Control Option - Inline selectable value for select-like controls.
- Node
Control Presentation - Presentation hints for adapter-local widgets.
- Node
Control Validation - Validation metadata for a node-local control.
- Node
Instantiation - Concrete graph records produced from a node schema.
- Node
Kind Rewrite - Node
Kind View Descriptor - Renderer-neutral node-kind descriptor for adapter palettes and renderer lookup.
- Node
Migration Error Entry - Node
Migration Missing Migrator - Node
Migration Missing Schema - Node
Migration Newer Than Schema - Node
Migration Upgraded - Node
Registry - Registry for node kinds.
- Node
Repeatable Anchor Rule - Stable key derivation for slots and anchors generated from repeatable items.
- Node
Repeatable Collection Descriptor - Descriptor for node data arrays or maps rendered as stable dynamic rows.
- Node
Repeatable Item Projection - Projected instance of one repeatable item for adapter rendering and measurement.
- Node
Schema - Schema for a node kind.
- Node
Schema Builder - Builder for adapter-facing node schemas.
- Node
Surface Layout Budget - Semantic layout budget for readable node-internal product surfaces.
- Node
Surface Projection - Adapter-facing, toolkit-neutral semantic surface projection for one node.
- Node
Surface Slot Descriptor - Renderer-neutral node-local slot metadata for rich adapter surfaces.
- Node
Surface Slot Projection - Minimal adapter-facing slot projection derived from a semantic slot descriptor.
- Port
Decl - Declares a port for a node kind.
- Port
View Descriptor - Renderer-neutral metadata that helps adapters place and present handles.
Enums§
- Action
Intent - Renderer-neutral action intent.
- Action
Target - Renderer-neutral action target.
- Inspector
Target - Target for an inspector surface.
- Menu
Surface - Surface on which a renderer-local menu appears.
- Node
Chrome Kind - Shared semantic role for adapter-owned chrome around a node.
- Node
Chrome Placement - Preferred placement for adapter-owned chrome around a node.
- Node
Chrome Visibility - Adapter-facing visibility hint for node chrome.
- Node
Control Binding Source - Semantic source namespace for a control binding.
- Node
Control Kind - Renderer-neutral semantic role for an editable node-local control.
- Node
Control Option Source - Renderer-neutral option source for controls whose choices are adapter or graph supplied.
- Node
Control Validation Rule - Validation rules adapters can present without owning validation execution.
- Node
Instantiation Error - Error returned when a node cannot be instantiated from schema.
- Node
Kind Migrate Error - Node
Surface Overflow Indicator - Renderer-neutral overflow affordance adapters should expose when content is capped.
- Node
Surface Slot Kind - Renderer-neutral semantic role for a node-local surface slot.
- Node
Surface Slot Visibility - Adapter-facing visibility hint for a node-local surface slot.
- Port
Handle Visibility - Adapter-facing visibility hint for a node port handle.
- Port
View Side - Adapter-facing side hint for a node port handle.
Traits§
- Node
Kind Migrator - A per-kind node payload migrator.