pos-tool-select
Overview
Allows selecting a tool from within a set of available tools
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
selected |
-- | The tool that is currently selected | ToolConfig |
undefined |
tools |
-- | All tools that are available | ToolConfig[] |
[] |
Events
| Event | Description | Type |
|---|---|---|
pod-os:tool-selected |
CustomEvent<ToolConfig> |
Dependencies
Used by
Graph
graph TD;
pos-type-router --> pos-tool-select
style pos-tool-select fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS