Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
ConnectorDataCollectionEventImplementationType
Variable ConnectorDataCollectionEventImplementationType
Const
ConnectorDataCollectionEventImplementationType
:
{
webhook
:
{
methods
:
{
subscribe
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
unsubscribe
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
handle
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
refresh
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
}
;
}
;
"pull-latest-records"
:
{
methods
:
{
pullLatestRecords
:
ConnectorDataCollectionEventMethodType
<
PullLatestRecordsEventImplementationFields
,
>
;
}
;
}
;
"custom-pull"
:
{
methods
:
{
subscribe
:
ConnectorDataCollectionEventMethodType
<
CustomPullEventImplementationFields
,
>
;
collectEvents
:
ConnectorDataCollectionEventMethodType
<
CustomPullEventImplementationFields
,
>
;
}
;
}
;
"connector-event"
:
{
methods
:
{
getEventConfig
:
ConnectorDataCollectionEventMethodType
<
ConnectorEventImplementationFields
,
>
;
extractEvents
:
ConnectorDataCollectionEventMethodType
<
ConnectorEventImplementationFields
,
>
;
}
;
}
;
"full-scan"
:
{
methods
:
{}
}
;
}
Type declaration
webhook
:
{
methods
:
{
subscribe
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
unsubscribe
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
handle
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
refresh
:
ConnectorDataCollectionEventMethodType
<
WebhookEventImplementationFields
,
>
;
}
;
}
pull-latest-records
:
{
methods
:
{
pullLatestRecords
:
ConnectorDataCollectionEventMethodType
<
PullLatestRecordsEventImplementationFields
,
>
;
}
;
}
custom-pull
:
{
methods
:
{
subscribe
:
ConnectorDataCollectionEventMethodType
<
CustomPullEventImplementationFields
,
>
;
collectEvents
:
ConnectorDataCollectionEventMethodType
<
CustomPullEventImplementationFields
,
>
;
}
;
}
connector-event
:
{
methods
:
{
getEventConfig
:
ConnectorDataCollectionEventMethodType
<
ConnectorEventImplementationFields
,
>
;
extractEvents
:
ConnectorDataCollectionEventMethodType
<
ConnectorEventImplementationFields
,
>
;
}
;
}
full-scan
:
{
methods
:
{}
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Integration App React - v2.13.2
Loading...