interfaceOnboardingOverlayProps { /** Position of the overlay on the screen. Defaults to "bottom-right". */ position?: | "bottom-right" | "bottom-left" | "top-right" | "top-left" | "center"; /** Whether to display the step progress indicator. Defaults to true. */ shouldShowProgress?: boolean; }
Props for the OnboardingOverlay component.
Source