Preparing search index...
The search index is not available
TraderJS - v3.4.0
TraderJS
WebhookProps
Interface WebhookProps
WebhookProps
interface
WebhookProps
{
data
?:
Record
<
string
,
any
>
;
debounce
?:
number
;
method
?:
"post"
|
"get"
;
url
:
string
;
}
Index
Properties
data?
debounce?
method?
url
Properties
Optional
data
data
?:
Record
<
string
,
any
>
webhook data
Optional
debounce
debounce
?:
number
Number in seconds, minimum 1
Optional
method
method
?:
"post"
|
"get"
webhook method
url
url
:
string
webhook url
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
data
debounce
method
url
TraderJS - v3.4.0
Loading...
WebhookProps