Expand description
The raw_block module contains the RawBlock struct and related functionality.
Structsยง
- RawBlock
- The
RawBlockstruct represents a block in its raw form in a Scratch 3.0 project. It contains the opcode, inputs, fields, next block, parent block, and shadow status. - RawBlock
Input - The
RawBlockInputstruct represents an input to a block in its raw form in a Scratch 3.0 project.