Skip to content

Interface: PluginExecuteMethodDef<T>

@appium/types.PluginExecuteMethodDef

A definition of an execute method in a Plugin.

Type parameters

Name Type
T extends Plugin

Hierarchy

PluginExecuteMethodDef

Table of contents

Properties

Properties

command

command: ConditionalKeys<T, PluginCommand>

Defined in

packages/types/lib/command.ts:129


params

Optional params: Object

Type declaration

Name Type
optional? readonly string[]
required? readonly string[]

Inherited from

BaseExecuteMethodDef.params

Defined in

packages/types/lib/command.ts:112