Skip to content

vue3-routable


vue3-routable / routableObjectIsActive

Function: routableObjectIsActive()

routableObjectIsActive(route, routeableObject): boolean

Checks whether the passed routableObject is activate for the passed route

Parameters

route

the route to match against the object

RouteLocationGeneric | RouteRecordRaw

routeableObject

any

the object to check

Returns

boolean

Defined in

router-handler.ts:332

Released under the MIT License.