Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
@integration-app/react
ConnectorDataCollectionEventMethodType
Interface ConnectorDataCollectionEventMethodType<ImplementationFields>
interface
ConnectorDataCollectionEventMethodType
<
ImplementationFields
=
unknown
>
{
fileKey
?:
string
;
getInputSchema
?:
(
args
:
ConnectorDataCollectionEventMethodTypeArgs
<
ImplementationFields
>
,
)
=>
DataSchema
;
getOutputSchema
?:
(
args
:
ConnectorDataCollectionEventMethodTypeArgs
<
ImplementationFields
>
,
)
=>
DataSchema
;
supportedImplementationTypes
:
ConnectorMethodImplementationType
[]
;
}
Type Parameters
ImplementationFields
=
unknown
Index
Properties
file
Key?
get
Input
Schema?
get
Output
Schema?
supported
Implementation
Types
Properties
Optional
file
Key
fileKey
?:
string
Optional
get
Input
Schema
getInputSchema
?:
(
args
:
ConnectorDataCollectionEventMethodTypeArgs
<
ImplementationFields
>
,
)
=>
DataSchema
Optional
get
Output
Schema
getOutputSchema
?:
(
args
:
ConnectorDataCollectionEventMethodTypeArgs
<
ImplementationFields
>
,
)
=>
DataSchema
supported
Implementation
Types
supportedImplementationTypes
:
ConnectorMethodImplementationType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Key
get
Input
Schema
get
Output
Schema
supported
Implementation
Types
Console
SDK
REST API
Integration App React - v2.13.2
Loading...