i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    visual.IElementSetting interface

    A value for a setting that affects the appearance of an element.

    Signature:

    interface IElementSetting<T> 
    

    Introduced: version 1.2

    Type Parameters

    Parameter Type Description
    T any The logical type of the value.

    Properties

    Property Modifiers Type Description
    isDefault readonly boolean Indicates whether value contains the default value for the setting.
    value readonly T Gets the setting value.
    In this article
    Back to top © N. Harris Computer Corporation