MCPcopy
hub / github.com/RaspberryPiFoundation/blockly / isShadow

Method isShadow

packages/blockly/core/block.ts:884–886  ·  view source on GitHub ↗

* Get whether this block is a shadow block or not. * * @returns True if a shadow.

()

Source from the content-addressed store, hash-verified

882 * @returns True if a shadow.
883 */
884 isShadow(): boolean {
885 return this.shadow;
886 }
887
888 /**
889 * Set whether this block is a shadow block or not.

Callers 15

allInputsFilledMethod · 0.95
getShadowBlockLabelFunction · 0.80
setSourceBlockMethod · 0.80
showContextMenuMethod · 0.80
registerDisconnectBlockFunction · 0.80
unplugFromRowMethod · 0.80
unplugFromStackMethod · 0.80
lastConnectionInStackMethod · 0.80
blockToDomFunction · 0.80
domToBlockHeadlessFunction · 0.80
doSafetyChecksMethod · 0.80
doDragChecksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected