i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    visual.IElementLabelDetails interface

    A label for an element.

    Signature:

    interface IElementLabelDetails extends data.ILabelDetailsBase 
    

    Extends: data.ILabelDetailsBase

    Introduced: version 1.5

    Properties

    Property Modifiers Type Description
    hasLabel readonly boolean

    Indicates whether the label is not empty.

    (Inherited from ILabelDetailsBase)

    isDefault readonly boolean Indicates whether the label contains an explicitly set value, or was generated from the schema label definition.
    labelOrEmpty readonly string

    Gets the label or, if the label is empty, an empty string.

    (Inherited from ILabelDetailsBase)

    labelOrFallback readonly string

    Gets the label or, if the label is empty, a standard fallback string such as '<No value>'.

    (Inherited from ILabelDetailsBase)

    In this article
    Back to top © N. Harris Computer Corporation