ProgramLinkNode.md 843 B

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');