Skip to main content

Interface: FieldCheckboxFromJsonConfig

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

fromJson config options for the checkbox field.

Extends

Properties index

PropertyDescription
tooltip-
ariaTypeName-
checkCharacter-
checked-

Properties

tooltip?

optional tooltip?: string;

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

Inherited from

FieldCheckboxConfig.tooltip


ariaTypeName?

optional ariaTypeName?: string;

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

Inherited from

FieldCheckboxConfig.ariaTypeName


checkCharacter?

optional checkCharacter?: string;

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

Inherited from

FieldCheckboxConfig.checkCharacter


checked?

optional checked?: boolean;

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