Skip to main content

Interface: FieldLabelConfig

Defined in: packages/blockly/core/field_label.ts:182

Config options for the label field.

Extends

Extended by

Properties index

PropertyDescription
tooltip-
ariaTypeName-
class-

Properties

tooltip?

optional tooltip?: string;

Defined in: packages/blockly/core/field.ts:1628

Inherited from

FieldConfig.tooltip


ariaTypeName?

optional ariaTypeName?: string;

Defined in: packages/blockly/core/field.ts:1629

Inherited from

FieldConfig.ariaTypeName


class?

optional class?: string;

Defined in: packages/blockly/core/field_label.ts:183