Type Alias: DriverComponents
ts
type DriverComponents = {
overlay?: Component;
popover?: Component;
};driver-vue addition: global component overrides.
Properties
| Property | Type | Description |
|---|---|---|
overlay? | Component | Replaces the default overlay (the dimmed page with the cutout). |
popover? | Component | Rendered as the popover body when a step has no popover.component. |