Home > @i2analyze/notebook-sdk > visual > IElementLabelDetails > isDefault
visual.IElementLabelDetails.isDefault property
Indicates whether the label contains an explicitly set value, or was generated from the schema label definition.
Signature:
readonly isDefault: boolean;
Returns: boolean
Introduced: version 1.5
Remarks
A label generated from the schema might still be empty, in which case this property is true
but hasLabel is false
.