chore(docs): cleanup control component slot names
This commit is contained in:
@@ -44,13 +44,13 @@ const elements = ref(initialElements)
|
|||||||
|
|
||||||
## [Props](/typedocs/interfaces/ControlProps)
|
## [Props](/typedocs/interfaces/ControlProps)
|
||||||
|
|
||||||
| Name | Definition | Type | Optional | Default |
|
| Name | Definition | Type | Optional | Default |
|
||||||
|-----------------|---------------------------|------------------------------------------------|----------|---------|
|
|-----------------|----------------------------------------|------------------------------------------------|----------|---------|
|
||||||
| showZoom | Show zoom btn | boolean | true | true |
|
| showZoom | Show zoom btn | boolean | true | true |
|
||||||
| showFitView | Show fit-view btn | boolean | true | true |
|
| showFitView | Show fit-view btn | boolean | true | true |
|
||||||
| showInteractive | Show lock interactive btn | boolean | true | true |
|
| showInteractive | Show lock interactive btn | boolean | true | true |
|
||||||
| showZoom | Show zoom button | boolean | true | true |
|
| showZoom | Show zoom button | boolean | true | true |
|
||||||
| fitViewParams | Params to use on fit-view | [FitViewParams](/typedocs/types/FitViewParams) | true | - |
|
| fitViewParams | Params to use on fit-view button click | [FitViewParams](/typedocs/types/FitViewParams) | true | - |
|
||||||
|
|
||||||
## Emits
|
## Emits
|
||||||
|
|
||||||
@@ -65,14 +65,14 @@ const elements = ref(initialElements)
|
|||||||
|
|
||||||
### Control Buttons
|
### Control Buttons
|
||||||
|
|
||||||
| Name | Definition |
|
| Name | Definition |
|
||||||
|---------------------|-------------------------|
|
|---------------------|----------------------------|
|
||||||
| top | slot above default btns |
|
| top | Slot above default buttons |
|
||||||
| control-zoom-in | Zoom-in btn |
|
| control-zoom-in | Zoom-in btn |
|
||||||
| control-zoom-out | Zoom-out btn |
|
| control-zoom-out | Zoom-out btn |
|
||||||
| control-fit-view | Fit-view btn |
|
| control-fit-view | Fit-view btn |
|
||||||
| control-interaction | Interaction btn |
|
| control-interactive | Interaction btn |
|
||||||
| default | slot below default btns |
|
| default | Slot below default buttons |
|
||||||
|
|
||||||
### Icons
|
### Icons
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user