Interface: PluginMethodMap<T>
@appium/types.PluginMethodMap
A mapping of URL paths to HTTP methods to PluginMethodDef
.
Type parameters
Name | Type |
---|---|
T |
extends Plugin |
Indexable
▪ [key: string
]: { DELETE?
: PluginMethodDef
<T
> ; GET?
: PluginMethodDef
<T
> ; POST?
: PluginMethodDef
<T
> }