sesaparcours
    Preparing search index...
    • Create an AST node of type stack. A stack, represented by its top block, is the set of all blocks connected to a top block, including the top block.

      Parameters

      • topBlock: Blockly.Block

        A top block has no parent and can be found in the list returned by workspace.getTopBlocks().

      Returns Blockly.ASTNode

      An AST node of type stack that points to the top block on the stack.