EngineConnector
Hierarchy
-
↳
EngineConnector
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new EngineConnector(uid, opts, parent)
Parameters
| Name | Type |
|---|---|
uid | string |
opts | KeyValue |
parent | string |
Overrides
Properties
channel
Optional Readonly channel: string
parent
Readonly parent: string
type
Readonly type: "output" | "input" | "code_block"
uid
Readonly uid: string
Methods
call
call(data): any
Call function when using code block
Parameters
| Name | Type |
|---|---|
data | any |
Returns
any
close
close(): void
Returns
void
off
off(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
on
on(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
output
output(data): void
Output data when using output
Parameters
| Name | Type |
|---|---|
data | any |
Returns
void