InputNode
class InputNode(type: ValueTypeNode, host: HostNode, sourceLocation: SourceLocation) : ExpressionNode, CommunicationNode
Content copied to clipboard
An external input.
Parameters
type
Type of the value to receive.
Constructors
InputNode
Link copied to clipboard
fun InputNode(type: ValueTypeNode, host: HostNode, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
toDocumentWithMetadata
Link copied to clipboard
toSurfaceNode
Link copied to clipboard
Returns a representation of this node in the surface syntax.