blockly > IASTNodeLocationWithBlock
IASTNodeLocationWithBlock interface
An AST node location that has an associated block.
Signature:
export interface IASTNodeLocationWithBlock extends IASTNodeLocation
Extends: IASTNodeLocation
Methods
Method | Description |
---|---|
getSourceBlock() | Get the source block associated with this node. |