docs: update links and headlines

This commit is contained in:
braks
2022-08-01 21:10:14 +02:00
committed by Braks
parent 90b3bd0bc3
commit d077d41d71
9 changed files with 43 additions and 31 deletions
+6 -6
View File
@@ -16,12 +16,12 @@ To use the controls simply pass the `Controls` component as a child to the `VueF
## [Props](/typedocs/interfaces/ControlProps)
| Name | Definition | Type | Optional | Default |
|-----------------|---------------------------|------------------------------------------------------|----------|---------|
| showZoom | Show zoom btn | boolean | true | true |
| showFitView | Show fit-view btn | boolean | true | true |
| showInteractive | Show lock interactive btn | boolean | true | true |
| showZoom | Show zoom button | boolean | true | true |
| Name | Definition | Type | Optional | Default |
|-----------------|---------------------------|------------------------------------------------|----------|---------|
| showZoom | Show zoom btn | boolean | true | true |
| showFitView | Show fit-view btn | boolean | true | true |
| showInteractive | Show lock interactive btn | boolean | true | true |
| showZoom | Show zoom button | boolean | true | true |
| fitViewParams | Params to use on fit-view | [FitViewParams](/typedocs/types/FitViewParams) | true | - |
## Emits