Blockly.serialization.exceptions. MissingBlockType
class package static
Represents an error where the serialized state is expected to provide a block type, but it is not provided.
Constructor
MissingBlockType
new MissingBlockType(state)
Parameter |
|
---|---|
state |
The state object which is missing the block type. Value must not be null. |
Property
state
non-null Blockly.serialization.blocks
The state object containing the bad name.