Home > @i2analyze/notebook-sdk > schema > ILiteralLabelPart
schema.ILiteralLabelPart interface
A part of a label that consists of a literal string.
Signature:
interface ILiteralLabelPart
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
literal | readonly |
string | Gets the literal string value for the label part. |
type | readonly |
'literal' | Gets the type of label part. |