vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowApexPluginCall
Interface FlowApexPluginCall
interface
FlowApexPluginCall
{
apexClass
:
string
;
connector
?:
FlowConnector
;
description
?:
string
;
elementSubtype
?:
FlowElementSubtype
;
faultConnector
?:
FlowConnector
;
inputParameters
?:
FlowApexPluginCallInputParameter
[]
;
label
?:
string
;
locationX
:
number
;
locationY
:
number
;
name
?:
string
;
outputParameters
?:
FlowApexPluginCallOutputParameter
[]
;
processMetadataValues
?:
FlowMetadataValue
[]
;
}
Hierarchy (
View Summary
)
FlowNode
FlowApexPluginCall
Index
Properties
apex
Class
connector?
description?
element
Subtype?
fault
Connector?
input
Parameters?
label?
location
X
location
Y
name?
output
Parameters?
process
Metadata
Values?
Properties
apex
Class
apexClass
:
string
Optional
connector
connector
?:
FlowConnector
Optional
description
description
?:
string
Optional
element
Subtype
elementSubtype
?:
FlowElementSubtype
Optional
fault
Connector
faultConnector
?:
FlowConnector
Optional
input
Parameters
inputParameters
?:
FlowApexPluginCallInputParameter
[]
Optional
label
label
?:
string
location
X
locationX
:
number
location
Y
locationY
:
number
Optional
name
name
?:
string
Optional
output
Parameters
outputParameters
?:
FlowApexPluginCallOutputParameter
[]
Optional
process
Metadata
Values
processMetadataValues
?:
FlowMetadataValue
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
apex
Class
connector
description
element
Subtype
fault
Connector
input
Parameters
label
location
X
location
Y
name
output
Parameters
process
Metadata
Values
vlocode-project - v1.40.0-beta-4
Loading...