Module

x/drash/mod.ts>Interfaces.IResourceAndParams

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface Interfaces.IResourceAndParams
import { type Interfaces } from "https://dotland.deno.dev/x/drash@v2.7.0/mod.ts";
const { IResourceAndParams } = Interfaces;

Properties

resource: Resource

The instantiated resource class.

pathParams: Map<string, string>

The instantiated resource class' path params (if any).