g3-toolkit API Reference
Preparing search index...
react/src
ElementAttrs
Interface ElementAttrs
Element attrs shape shared by nodes (types[]) and edges (type).
interface
ElementAttrs
{
properties
:
Record
<
string
,
unknown
>
;
type
?:
string
;
types
?:
string
[]
;
}
Index
Properties
properties
type?
types?
Properties
properties
properties
:
Record
<
string
,
unknown
>
Optional
type
type
?:
string
Optional
types
types
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
properties
type
types
g3-toolkit API Reference
Loading...
Element attrs shape shared by nodes (types[]) and edges (type).