Home > @i2analyze/notebook-sdk > records > IRecordLabelDetails
records.IRecordLabelDetails interface
A label for a record.
Signature:
interface IRecordLabelDetails 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) |
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) |