Home > @jsplumbtoolkit/browser-ui > ModelOptions
ModelOptions interface
Signature:
export interface ModelOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges? | Record<string, EdgeDefinition> | (Optional) | |
| groups? | Record<string, UIGroupDefinition> | (Optional) | |
| nodes? | Record<string, UINodeDefinition> | (Optional) | |
| ports? | Record<string, UIPortDefinition> | (Optional) | |
| states? | any | (Optional) |