func NewNode()

in constructs/constructs.go [466:478]


func NewNode(host Construct, scope IConstruct, id *string) Node {
	_init_.Initialize()

	j := jsiiProxy_Node{}

	_jsii_.Create(
		"constructs.Node",
		[]interface{}{host, scope, id},
		&j,
	)

	return &j
}