Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/ConnectorTypes
ConnectorMapping
Class ConnectorMapping
Implements
EngineToConnectorMapping
ConnectorToEngineMapping
Index
Constructors
constructor
Properties
direction
id?
name
source
Field?
type
value
Constructors
constructor
new
ConnectorMapping
(
contextProperty
:
string
,
mapFrom
:
variable
,
sourceValue
:
string
,
direction
:
connectorToEngine
,
)
:
ConnectorMapping
Parameters
contextProperty
:
string
mapFrom
:
variable
sourceValue
:
string
direction
:
connectorToEngine
Returns
ConnectorMapping
new
ConnectorMapping
(
contextProperty
:
string
,
mapFrom
:
ConnectorMappingSource
,
sourceValue
:
string
|
number
|
boolean
,
direction
?:
engineToConnector
,
sourceField
?:
string
,
)
:
ConnectorMapping
Parameters
contextProperty
:
string
mapFrom
:
ConnectorMappingSource
sourceValue
:
string
|
number
|
boolean
Optional
direction
:
engineToConnector
Optional
sourceField
:
string
Returns
ConnectorMapping
new
ConnectorMapping
(
contextProperty
:
string
,
mapFrom
:
ConnectorMappingSource
,
sourceValue
:
string
|
number
|
boolean
,
)
:
ConnectorMapping
Parameters
contextProperty
:
string
mapFrom
:
ConnectorMappingSource
sourceValue
:
string
|
number
|
boolean
Returns
ConnectorMapping
Properties
direction
direction
:
any
= ConnectorMappingDirection.engineToConnector
Optional
id
id
?:
string
name
name
:
string
Optional
source
Field
sourceField
?:
string
type
type
:
any
value
value
:
any
Deprecated
Use id instead. This property holds a string representation of the id in the form: var.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
direction
id
name
source
Field
type
value
@chili-publish/studio-sdk
Loading...
Deprecated
Use id instead. This property holds a string representation of the id in the form: var.