Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NavigationInfo

import type { NavigationInfo } from "https://googleapis.deno.dev/v1/firebasedynamiclinks:v1.ts";

Information of navigation behavior.

interface NavigationInfo {
enableForcedRedirect?: boolean;
}

§Properties

§
enableForcedRedirect?: boolean
[src]

If this option is on, FDL click will be forced to redirect rather than show an interstitial page.