Skip to content
driver-vue
Search
K
Main Navigation
Guide
Components
Examples
API
Appearance
Menu
Return to top
On this page
Type Alias: UseDriverOptions
ts
type
UseDriverOptions
=
{
shared
?:
boolean
;
};
Properties
Property
Type
Description
shared?
boolean
Use the app-wide driver from
DriverPlugin
instead of creating one. Its config is replaced by the merged config on every change, and it is not destroyed when the component unmounts.