func()

in constructs/constructs.go [629:640]


func (n *jsiiProxy_Node) FindChild(id *string) IConstruct {
	var returns IConstruct

	_jsii_.Invoke(
		n,
		"findChild",
		[]interface{}{id},
		&returns,
	)

	return returns
}