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

NodeInputPort

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

A node input port.

interface NodeInputPort {
DefaultValue?: string | null;
Description?: string | null;
MaxConnections?: number | null;
Name?: string | null;
Type?: PortType | null;
}

§Properties

§
DefaultValue?: string | null
[src]

The input port's default value.

§
Description?: string | null
[src]

The input port's description.

§
MaxConnections?: number | null
[src]

The input port's max connections.

§
Name?: string | null
[src]

The input port's name.

§
Type?: PortType | null
[src]

The input port's type.