getRootNode property
Node Function([GetRootNodeOptions?])
get
getRootNode
Implementation
_i3.Node Function([_i3.GetRootNodeOptions?]) get getRootNode =>
([_i3.GetRootNodeOptions? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'getRootNode',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
getRootNode
(Node value([GetRootNodeOptions?]))
Implementation
set getRootNode(_i3.Node Function([_i3.GetRootNodeOptions?]) value) {
_i4.setProperty(
this,
'getRootNode',
_i4.allowInterop(value),
);
}