Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 843 Bytes

ProgramLinkNode.md

File metadata and controls

26 lines (16 loc) · 843 Bytes

ProgramLinkNode

This node represents a reference to an existing ProgramNode in the Codama IDL.

Attributes

Data

Attribute Type Description
kind "programLinkNode" The node discriminator.
name CamelCaseString The name of the ProgramNode we are referring to.

Children

This node has no children.

Functions

programLinkNode(name)

Helper function that creates a ProgramLinkNode object from the name of the ProgramNode we are referring to.

const node = programLinkNode('myProgram');