Type Alias: DriverPluginOptions
ts
type DriverPluginOptions = {
components?: boolean | string;
defaults?: Config;
};Properties
| Property | Type | Description |
|---|---|---|
components? | boolean | string | Register the components globally: true registers DriverTour, DriverPopover, DriverOverlay, DriverBoxOverlay and DriverStage; a string changes the Driver prefix ("Tour" registers TourTour, ...). (default: false) |
defaults? | Config | Config applied to every driver created through useDriver() and to the shared instance. |