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

ViewWithConfig

interface ViewWithConfig {
checkOption: "local" | "cascaded";
securityBarrier: boolean;
securityInvoker: boolean;
}

§Properties

§
checkOption: "local" | "cascaded"
[src]
§
securityBarrier: boolean
[src]
§
securityInvoker: boolean
[src]