func()

in constructs/constructs.go [710:721]


func (n *jsiiProxy_Node) TryRemoveChild(childName *string) *bool {
	var returns *bool

	_jsii_.Invoke(
		n,
		"tryRemoveChild",
		[]interface{}{childName},
		&returns,
	)

	return returns
}