diff --git a/src/components/FlatmapVuer.vue b/src/components/FlatmapVuer.vue index 1d6f71f1..f8df8c95 100644 --- a/src/components/FlatmapVuer.vue +++ b/src/components/FlatmapVuer.vue @@ -1307,8 +1307,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) {