blockly > UnattachedFieldError

UnattachedFieldError class

Represents an error where the field is trying to access its block or information about its block before it has actually been attached to said block.

Signature:

export declare class UnattachedFieldError extends Error 

Extends: Error

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 UnattachedFieldError class.