i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.
    IBrushColorRange A color range that maps brush indices to CSS color strings.
    IBrushSet A brush set that maps records to brush indices and applies colors based on a color range.
    IBrushSetsManager A manager for brush sets that controls their lifecycle and provides color resolution.
    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
    BrushIndex An index that represents the priority or importance of a record in a brush set. Higher values indicate higher importance.
    ColorRangeConfig A configuration for creating a color range, specified as a mapping of brush indices to CSS color strings.
    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.
    LineStyle The style of a line on an i2 Notebook chart. The default value is 'solid'.
    NodeSize The size of a node on an i2 Notebook chart. The default value is 1.
    In this article
    Back to top © N. Harris Computer Corporation