Home > @jsplumbtoolkit/browser-ui > ShapeSet
ShapeSet interface
Defines a set of shapes. This is the interface you should extend if you wish to supply custom shape sets to the widget.
Signature:
export interface ShapeSet
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defs? | Record<string, string> | (Optional) | |
icons? | Record<string, IconDefinition> | (Optional) | |
id | string | ||
name | string | ||
shapes | Record<string, ShapeType> |