Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 595 Bytes

blockly.astnode_class.createblocknode_1_method.md

File metadata and controls

21 lines (13 loc) · 595 Bytes

ASTNode.createBlockNode() method

Creates an AST node pointing to a block.

Signature:

static createBlockNode(block: Block): ASTNode | null;

Parameters

Parameter Type Description
block Block The block used to create an AST node.

Returns:

ASTNode | null

An AST node pointing to a block.