From 0128896f9624e882e472a53aea23cfcca6b7cbb1 Mon Sep 17 00:00:00 2001 From: akhuoa Date: Fri, 22 Nov 2024 11:27:51 +1300 Subject: [PATCH] Update documentation for a method --- src/components/FlatmapVuer.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FlatmapVuer.vue b/src/components/FlatmapVuer.vue index 46d75fde..86b8d266 100644 --- a/src/components/FlatmapVuer.vue +++ b/src/components/FlatmapVuer.vue @@ -781,7 +781,7 @@ export default { this.activeDrawMode = undefined this.drawnCreatedEvent = {} }, - /** + /** * @public * Function to cancel a newly drawn feature. */ @@ -1304,8 +1304,8 @@ export default { /** * @public * Function to highlight the connected paths - * by providing path model identifier, ``pathId``. - * @arg {String} `pathId` + * by providing an array of path model identifiers, ``pathId``s. + * @arg {Array} `[pathIds]` */ highlightConnectedPaths: async function (payload) { if (this.mapImp) {