mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix: update setShadow TSDoc for Block and BlockSvg (#7639)
* fix: update setShadow TSDoc for Block and BlockSvg * fix: Wrap comment lines at col 80 * fix: Corrected formatting with Prettier
This commit is contained in:
@@ -865,6 +865,8 @@ export class Block implements IASTNodeLocation, IDeletable {
|
||||
|
||||
/**
|
||||
* Set whether this block is a shadow block or not.
|
||||
* This method is internal and should not be called by users of Blockly. To
|
||||
* create shadow blocks programmatically call connection.setShadowState
|
||||
*
|
||||
* @param shadow True if a shadow.
|
||||
* @internal
|
||||
|
||||
@@ -755,6 +755,8 @@ export class BlockSvg
|
||||
|
||||
/**
|
||||
* Sets whether this block is a shadow block or not.
|
||||
* This method is internal and should not be called by users of Blockly. To
|
||||
* create shadow blocks programmatically call connection.setShadowState
|
||||
*
|
||||
* @param shadow True if a shadow.
|
||||
* @internal
|
||||
|
||||
Reference in New Issue
Block a user