Skip to content

agent-playground / Exports / IPlaygroundPlugin

Interface: IPlaygroundPlugin

Table of contents

Properties

Methods

Properties

name

Readonly name: string

Defined in

agent-playground/src/lib/playground/robota-executor-types.ts:20


version

Readonly version: string

Defined in

agent-playground/src/lib/playground/robota-executor-types.ts:21

Methods

initialize

initialize(): Promise<void>

Returns

Promise<void>

Defined in

agent-playground/src/lib/playground/robota-executor-types.ts:22


dispose

dispose(): Promise<void>

Returns

Promise<void>

Defined in

agent-playground/src/lib/playground/robota-executor-types.ts:23

Released under the MIT License.