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

NodeOutputPort

import type { NodeOutputPort } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A node output port.

interface NodeOutputPort {
Description?: string | null;
Name?: string | null;
Type?: PortType | null;
}

§Properties

§
Description?: string | null
[src]

The output port's description.

§
Name?: string | null
[src]

The output port's name.

§
Type?: PortType | null
[src]

The output port's type.