Skip to content

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

NameType
paramsTUniversalValue

Returns

Promise<TUniversalValue>

Defined in

playground/src/lib/playground/robota-executor.ts:49

Released under the MIT License.