Skip to main content

Interface: FieldCheckboxConfig

Defined in: packages/blockly/core/field_checkbox.ts:296

Config options for the checkbox field.

Extends

Extended by

Properties index

PropertyDescription
tooltip-
ariaTypeName-
checkCharacter-

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


checkCharacter?

optional checkCharacter?: string;

Defined in: packages/blockly/core/field_checkbox.ts:297