interfaceOnboardingHighlightProps { /** Whether the highlight is currently active and visible. */ isActive: boolean; /** Spotlight configuration for the element to highlight. */ spotlight?: ElementSpotlight; /** Callback fired when a highlighted action is completed. */ onActionComplete?: () =>void; }
Props for the OnboardingHighlight component.
Source