blockly > IIcon > isClickableInFlyout

Methode IIcon.isClickableInFlyout()

Überprüfen Sie, ob das Symbol anklickbar sein soll, wenn sich der Block in einem Flyout befindet. Ist diese Funktion nicht definiert, ist das Symbol in allen Flyouts anklickbar.

Unterschrift:

isClickableInFlyout?(autoClosingFlyout: boolean): boolean;

Parameter

Parameter Typ Beschreibung
autoClosingFlyout boolean "true", wenn das enthaltene Flyout ein sich automatisch schließendes Flyout enthält.

Gibt zurück:

boolean

Legt fest, ob das Symbol anklickbar sein soll, wenn sich der Block in einem Flyout befindet.