Skip to content

API Documentation / UseLinkOptions

Interface: UseLinkOptions<Name>

Options passed to useLink.

Type parameters

NameType
Nameextends keyof RouteMap = keyof RouteMap

Properties

replace

Optional replace: MaybeRef<undefined | boolean>


to

to: MaybeRef<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | RouteLocationAsRelativeTyped<RouteMapGeneric, Name>>

Released under the MIT License.