Skip to main content

Interface: FieldConfig

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

Extra configuration options for the base field.

Extended by

Properties index

PropertyDescription
tooltip-
ariaTypeName-

Properties

tooltip?

optional tooltip?: string;

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


ariaTypeName?

optional ariaTypeName?: string;

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