Interface: FieldLabelFromJsonConfig
Defined in: packages/blockly/core/field_label.ts:190
fromJson config options for the label field.
Extends
Properties index
| Property | Description |
|---|---|
| tooltip | - |
| ariaTypeName | - |
| class | - |
| text | - |
Properties
tooltip?
optional tooltip?: string;
Defined in: packages/blockly/core/field.ts:1628
Inherited from
ariaTypeName?
optional ariaTypeName?: string;
Defined in: packages/blockly/core/field.ts:1629
Inherited from
class?
optional class?: string;
Defined in: packages/blockly/core/field_label.ts:183
Inherited from
text?
optional text?: string;
Defined in: packages/blockly/core/field_label.ts:191