@maxgraph/core
Preparing search index...
xmlUtils
findNode
Function findNode
findNode
(
node
:
Element
,
attr
:
string
,
value
:
StyleValue
)
:
null
|
Element
Returns the first node where attr equals value. This implementation does not use XPath.
Parameters
node
:
Element
attr
:
string
value
:
StyleValue
Returns
null
|
Element
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@maxgraph/core
Loading...
Returns the first node where attr equals value. This implementation does not use XPath.