@maxgraph/core
Preparing search index...
Registry
Interface Registry<V>
The base definition of all registries storing "style" configuration.
Since
0.20.0
interface
Registry
<
V
>
{
add
(
name
:
string
,
value
:
V
)
:
void
;
get
(
name
:
undefined
|
null
|
string
)
:
null
|
V
;
getName
(
value
:
null
|
V
)
:
null
|
string
;
}
Type Parameters
V
Hierarchy (
View Summary
)
Registry
EdgeStyleRegistryInterface
EdgeMarkerRegistryInterface
Index
Methods
add
get
get
Name
Methods
add
add
(
name
:
string
,
value
:
V
)
:
void
Parameters
name
:
string
value
:
V
Returns
void
get
get
(
name
:
undefined
|
null
|
string
)
:
null
|
V
Parameters
name
:
undefined
|
null
|
string
Returns
null
|
V
get
Name
getName
(
value
:
null
|
V
)
:
null
|
string
Parameters
value
:
null
|
V
Returns
null
|
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
add
get
get
Name
@maxgraph/core
Loading...
The base definition of all registries storing "style" configuration.
Since
0.20.0