blockly > utils > toolbox > ButtonOrLabelInfo

Typ „utils.toolbox.ButtonOrLabelInfo“

Die Informationen, die zum Erstellen einer Schaltfläche oder eines Labels im Flyout-Format erforderlich sind.

Unterschrift:

export type ButtonOrLabelInfo = ButtonInfo | LabelInfo;

Referenzen:ButtonInfo, LabelInfo