Interface NavigationInterceptor

interface NavigationInterceptor {
    handler(): Promise<void>;
}

Methods

Methods

Generated using TypeDoc