Skip to content

@vue3-routable/core


@vue3-routable/core / routableObjectIsActive

Function: routableObjectIsActive()

routableObjectIsActive(route, routeableObject, runtime): 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

runtime

RoutableRuntime = defaultRoutableRuntime

Returns

boolean

Defined in

router-handler.ts:519

Released under the MIT License.