IronBlock Class
Namespace: Stimulsoft.Blockly.Model
Inheritance
Constructors
| Constructor | Description |
|---|---|
| constructor() |
constructor()
Methods
| Method | Returns | Description |
|---|---|---|
| evaluate | any | |
| evaluateAsync | Promise |
|
| implements | any[] |
Method Details
evaluate
evaluate(context: Context): any
Parameters
- context (Context)
Returns any
evaluateAsync
evaluateAsync(context: Context): Promise
Parameters
- context (Context)
Returns Promise
implements
implements(): any[]
Returns any[]
Fields
| Field | Type | Description |
|---|---|---|
| fields | Field[] | |
| id | string | |
| inline | boolean | |
| mutations | Mutation[] | |
| next | IronBlock | |
| statements | Statement[] | |
| type | string | |
| values | Value[] |