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:
Cassidy
2023-11-10 13:28:51 -05:00
committed by GitHub
parent 02cd1c6a1b
commit a2b895f7a9
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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