Home > @jsplumbtoolkit/browser-ui > Base
Base class
Signature:
export declare abstract class Base
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(graph, data) | Constructs a new instance of the Base class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
atts | Map<string, string> | ||
data | ObjectData | ||
graph | Graph | ||
objectType | string | ||
type | string |
Methods
Method | Modifiers | Description |
---|---|---|
getAttribute(key) | ||
getFullId() | ||
getType() | ||
setAttribute(key, value) | ||
setType(t) |