i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > ILabelDetailsBase

    data.ILabelDetailsBase interface

    A set of information that is common to all labels.

    Signature:

    interface ILabelDetailsBase 
    

    Introduced: version 1.5

    Properties

    Property Modifiers Type Description
    hasLabel readonly boolean Indicates whether the label is not empty.
    labelOrEmpty readonly string Gets the label or, if the label is empty, an empty string.
    labelOrFallback readonly string Gets the label or, if the label is empty, a standard fallback string such as '<No value>'.
    In this article
    Back to top © N. Harris Computer Corporation