Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
ConnectorOperationHandler
Interface ConnectorOperationHandler
interface
ConnectorOperationHandler
{
methods
?:
Record
<
"run"
,
ConnectorOperationMethod
<
ConnectorMethodImplementationBase
>
,
>
;
key
:
string
;
name
:
string
;
description
?:
string
;
tags
?:
string
[]
;
inputSchema
?:
any
;
outputSchema
?:
any
;
isReadOnly
?:
boolean
;
}
Hierarchy (
View Summary
)
OperationSpec
ConnectorOperationHandler
Index
Properties
methods?
key
name
description?
tags?
input
Schema?
output
Schema?
is
Read
Only?
Properties
Optional
methods
methods
?:
Record
<
"run"
,
ConnectorOperationMethod
<
ConnectorMethodImplementationBase
>
,
>
key
key
:
string
name
name
:
string
Optional
description
description
?:
string
Optional
tags
tags
?:
string
[]
Optional
input
Schema
inputSchema
?:
any
Optional
output
Schema
outputSchema
?:
any
Optional
is
Read
Only
isReadOnly
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
methods
key
name
description
tags
input
Schema
output
Schema
is
Read
Only
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...