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>'. |