InputNode
class InputNode(type: ValueTypeNode, host: HostNode, sourceLocation: SourceLocation) : ExpressionNode
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