vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowVariable
Interface FlowVariable
interface
FlowVariable
{
apexClass
?:
string
;
dataType
:
FlowDataType
;
description
?:
string
;
isCollection
?:
boolean
;
isInput
?:
boolean
;
isOutput
?:
boolean
;
name
?:
string
;
objectType
?:
string
;
processMetadataValues
?:
FlowMetadataValue
[]
;
scale
?:
number
;
value
?:
FlowElementReferenceOrValue
;
}
Hierarchy (
View Summary
)
FlowElement
FlowVariable
Index
Properties
apex
Class?
data
Type
description?
is
Collection?
is
Input?
is
Output?
name?
object
Type?
process
Metadata
Values?
scale?
value?
Properties
Optional
apex
Class
apexClass
?:
string
data
Type
dataType
:
FlowDataType
Optional
description
description
?:
string
Optional
is
Collection
isCollection
?:
boolean
Optional
is
Input
isInput
?:
boolean
Optional
is
Output
isOutput
?:
boolean
Optional
name
name
?:
string
Optional
object
Type
objectType
?:
string
Optional
process
Metadata
Values
processMetadataValues
?:
FlowMetadataValue
[]
Optional
scale
scale
?:
number
Optional
value
value
?:
FlowElementReferenceOrValue
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
apex
Class
data
Type
description
is
Collection
is
Input
is
Output
name
object
Type
process
Metadata
Values
scale
value
vlocode-project - v1.40.0-beta-4
Loading...