func()

in constructs/constructs.go [693:704]


func (n *jsiiProxy_Node) TryGetContext(key *string) interface{} {
	var returns interface{}

	_jsii_.Invoke(
		n,
		"tryGetContext",
		[]interface{}{key},
		&returns,
	)

	return returns
}