Scratch3CoreExample

Scratch3CoreExample

An example core block implemented using the extension spec. This is not loaded as part of the core blocks in the VM but it is provided and used as part of tests.

Constructor

new Scratch3CoreExample()

Members

runtime :Runtime

The runtime instantiating this block package.

Type:

Methods

exampleOpcode() → {string}

Example opcode just returns the name of the stage target.

Returns:

The name of the first target in the project.

Type
string

getInfo() → {object}

Returns:

metadata for this extension and its blocks.

Type
object