Home > @i2analyze/notebook-sdk > data > ILabelDetailsBase > labelOrFallback
data.ILabelDetailsBase.labelOrFallback property
Gets the label or, if the label is empty, a standard fallback string such as '<No value>'.
Signature:
readonly labelOrFallback: string;
Returns: string
Introduced: version 1.0
Remarks
To distinguish between a label that's been set and a fallback string, inspect hasLabel.