playground / Exports / IPlaygroundTool
Interface: IPlaygroundTool
Table of contents
Properties
Methods
Properties
name
• Readonly name: string
Defined in
playground/src/lib/playground/robota-executor.ts:47
description
• Readonly description: string
Defined in
playground/src/lib/playground/robota-executor.ts:48
Methods
execute
▸ execute(params): Promise<TUniversalValue>
Parameters
| Name | Type |
|---|---|
params | TUniversalValue |
Returns
Promise<TUniversalValue>