Constructor
new DebugNode(node, callback?)| Parameter | Type | Default Value |
|---|---|---|
| node | any | — |
| callback? | null | null |
| Accessor | Type | |
|---|---|---|
| get type | string | |
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| node | any | — | |
| callback | any | — | |
| Method | Type | |
|---|---|---|
| generateNodeType | (builder: any) => any | |
| setup | (builder: any) => any | |
| analyze | (builder: any) => any | |
| generate | (builder: any) => any | |
Extends
TempNodeTSL function for creating a debug node.
| Parameter | Type | Default Value |
|---|---|---|
| node | Node | — |
| callback? | null | Function | null |
Returns
DebugNode