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
<ExternalDriver
<Constraints
, string
>, any
[], unknown
, unknown
>>
Defined in
node_modules/@appium/types/lib/command.ts:129
params
• Optional
params: Object
Type declaration
Name | Type |
---|---|
optional? |
readonly string [] |
required? |
readonly string [] |
Inherited from
Defined in
node_modules/@appium/types/lib/command.ts:112