Optional
metaData: EdgeStyleMetaDataRetrieves the handler kind of the specified edgeStyle
as it was registered.
If the edgeStyle
is not registered or the handlerKind
was not set during registration, this method returns 'default'
.
Optional
edgeStyle: null | EdgeStyleFunctionRetrieves the orthogonal state of the specified edgeStyle
as it was registered.
If the edgeStyle
is not registered or the orthogonal state was not set during registration, this method returns false
.
Optional
edgeStyle: null | EdgeStyleFunction
The definition of a registry that stores the EdgeStyleFunctions and their configuration.
Since
0.20.0