Skip to content

Type Alias: DriverComponents ​

ts
type DriverComponents = {
  overlay?: Component;
  popover?: Component;
};

driver-vue addition: global component overrides.

Properties ​

PropertyTypeDescription
overlay?ComponentReplaces the default overlay (the dimmed page with the cutout).
popover?ComponentRendered as the popover body when a step has no popover.component.

Released under the MIT License.