Class: UnattachedFieldError
Defined in: packages/blockly/core/field.ts:1647
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.
Extends
Error
Properties index
| Property | Description |
|---|---|
| name | - |
| message | - |
| stack | - |
Properties
name
name: string;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1074
Inherited from
Error.name
message
message: string;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
Error.message
stack?
optional stack?: string;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.stack