Interface InterstitialNavigateEvent

CustomEvent type for 'nitroAds.interstitialNavigate' event. Fired when any navigation event occurs.

interface InterstitialNavigateEvent {
    href?: string;
}

Properties

Properties

href?: string

href to navigate to