FieldLabel class
Class for a non-editable, non-serializable text field.
Signature:
export declare class FieldLabel extends Field<string>
Extends: Field<string>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | Editable fields usually show some sort of UI indicating they are editable. This field should not. | ||
number | Text labels should not truncate. |
Methods
Method | Modifiers | Description |
|---|---|---|
| ||
| Ensure that the input value casts to a valid string. | |
Create block UI for this label. | ||
Set the CSS class applied to the field's textElement_. |