i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > visual > INodeStyle

    visual.INodeStyle interface

    A style for a node, which affects its appearance.

    Signature:

    interface INodeStyle extends Omit<IElementStyleBase, 'color'> 
    

    Extends: Omit<IElementStyleBase, 'color'>

    (Some inherited members may not be shown because they are not represented in the documentation.)

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    color readonly IElementSetting<string | null> Gets the color of the node, or null if there is no color and the node background is transparent.
    image readonly IImageSetting Gets the image to display for the node.
    size readonly IElementSetting<NodeSize> Gets the size of the node.
    In this article
    Back to top © N. Harris Computer Corporation