blockly > serialization > exceptions > MissingConnection
serialization.exceptions.MissingConnection class
Represents an error where deserialization encountered a block that did not have a connection that was defined in the serialized state.
Signature:
export declare class MissingConnection extends DeserializationError
Extends: DeserializationError
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MissingConnection
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
block | Block | ||
state | State |