Home > @i2analyze/notebook-sdk > visual
visual namespace
The members of the visual namespace provide control over the visible representations of the records that i2 Notebook charts contain.
Signature:
export declare namespace visual
Introduced: version 1.0
Interfaces
| Interface | Description |
|---|---|
| IBounds | A rectangular area, such as the boundary of the chart view. |
| IEdge | An edge on a chart surface. |
| IEdgeStyle | A style for an edge, which affects its appearance. |
| IEdgeSummary | An edge summary, which is a collection of edges that share the same 'from' and 'to' nodes and link type. |
| IElementBase | A set of information and functionality that is common to all elements on an i2 Notebook chart. |
| IElementLabelDetails | A label for an element. |
| IElementSetting | A value for a setting that affects the appearance of an element. |
| IElementStyleBase | A style for an element, which affects its appearance. |
| IImageSetting | An image for a node element. |
| INode | A node on a chart surface. |
| INodeGroup | A node group, which is a collection of nodes that can be moved and selected together. |
| INodeGroupStyle | A style for a node group, which affects its appearance. |
| INodeStyle | A style for a node, which affects its appearance. |
| IPosition | A position on a chart surface. |
Type Aliases
| Type Alias | Description |
|---|---|
| ElementId | The identifier of an element on an i2 Notebook chart. |
| IElement | A node or an edge on a chart in the i2 Notebook web client. |
| NodeSize | The size of a node on an i2 Notebook chart. The default value is 1. |