Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ConnectorDataCollectionMethodType
Interface ConnectorDataCollectionMethodType<ConfigFields>
interface
ConnectorDataCollectionMethodType
<
ConfigFields
=
unknown
>
{
name
?:
string
;
description
?:
string
;
fileKey
?:
string
;
getConfigSchema
?:
(
args
:
ConnectorDataCollectionMethodTypeArgs
<
ConfigFields
>
,
)
=>
DataSchema
;
getInputSchema
?:
(
args
:
ConnectorDataCollectionMethodTypeArgs
<
ConfigFields
>
,
)
=>
DataSchema
;
getOutputSchema
?:
(
args
:
ConnectorDataCollectionMethodTypeArgs
<
ConfigFields
>
,
)
=>
DataSchema
;
supportedImplementationTypes
:
ConnectorMethodImplementationType
[]
;
isDeprecated
?:
boolean
;
}
Type Parameters
ConfigFields
=
unknown
Index
Properties
name?
description?
file
Key?
get
Config
Schema?
get
Input
Schema?
get
Output
Schema?
supported
Implementation
Types
is
Deprecated?
Properties
Optional
name
name
?:
string
Optional
description
description
?:
string
Optional
file
Key
fileKey
?:
string
Optional
get
Config
Schema
getConfigSchema
?:
(
args
:
ConnectorDataCollectionMethodTypeArgs
<
ConfigFields
>
,
)
=>
DataSchema
Optional
get
Input
Schema
getInputSchema
?:
(
args
:
ConnectorDataCollectionMethodTypeArgs
<
ConfigFields
>
,
)
=>
DataSchema
Optional
get
Output
Schema
getOutputSchema
?:
(
args
:
ConnectorDataCollectionMethodTypeArgs
<
ConfigFields
>
,
)
=>
DataSchema
supported
Implementation
Types
supportedImplementationTypes
:
ConnectorMethodImplementationType
[]
Optional
is
Deprecated
isDeprecated
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
description
file
Key
get
Config
Schema
get
Input
Schema
get
Output
Schema
supported
Implementation
Types
is
Deprecated
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...