Preparing search index...
The search index is not available
@netgrif/petriflow
@netgrif/petriflow
DataVariable
Class DataVariable
Hierarchy (
view full
)
DataEventSource
DataVariable
Index
Constructors
constructor
Accessors
action
Ref
allowed
Nets
component
desc
encryption
events
id
immediate
init
inits
length
options
options
Init
placeholder
remote
title
type
validations
Methods
add
Action
add
Event
clone
compare
get
Event
get
Events
merge
Event
remove
Event
Constructors
constructor
new
Data
Variable
(
id
,
type
)
:
DataVariable
Parameters
id
:
string
type
:
DataType
Returns
DataVariable
Accessors
action
Ref
get
actionRef
(
)
:
string
[]
Returns
string
[]
set
actionRef
(
value
)
:
void
Parameters
value
:
string
[]
Returns
void
allowed
Nets
get
allowedNets
(
)
:
string
[]
Returns
string
[]
set
allowedNets
(
value
)
:
void
Parameters
value
:
string
[]
Returns
void
component
get
component
(
)
:
undefined
|
Component
Returns
undefined
|
Component
set
component
(
value
)
:
void
Parameters
value
:
undefined
|
Component
Returns
void
desc
get
desc
(
)
:
I18nString
Returns
I18nString
set
desc
(
value
)
:
void
Parameters
value
:
I18nString
Returns
void
encryption
get
encryption
(
)
:
undefined
|
string
Returns
undefined
|
string
set
encryption
(
value
)
:
void
Parameters
value
:
undefined
|
string
Returns
void
Protected
events
get
events
(
)
:
Map
<
S
,
T
>
Returns
Map
<
S
,
T
>
id
get
id
(
)
:
string
Returns
string
set
id
(
value
)
:
void
Parameters
value
:
string
Returns
void
immediate
get
immediate
(
)
:
boolean
Returns
boolean
set
immediate
(
value
)
:
void
Parameters
value
:
boolean
Returns
void
init
get
init
(
)
:
undefined
|
I18nWithDynamic
Returns
undefined
|
I18nWithDynamic
set
init
(
value
)
:
void
Parameters
value
:
undefined
|
I18nWithDynamic
Returns
void
inits
get
inits
(
)
:
I18nWithDynamic
[]
Returns
I18nWithDynamic
[]
set
inits
(
value
)
:
void
Parameters
value
:
I18nWithDynamic
[]
Returns
void
length
get
length
(
)
:
undefined
|
number
Returns
undefined
|
number
set
length
(
value
)
:
void
Parameters
value
:
undefined
|
number
Returns
void
options
get
options
(
)
:
Option
[]
Returns
Option
[]
set
options
(
value
)
:
void
Parameters
value
:
Option
[]
Returns
void
options
Init
get
optionsInit
(
)
:
undefined
|
Expression
Returns
undefined
|
Expression
set
optionsInit
(
value
)
:
void
Parameters
value
:
undefined
|
Expression
Returns
void
placeholder
get
placeholder
(
)
:
I18nString
Returns
I18nString
set
placeholder
(
value
)
:
void
Parameters
value
:
I18nString
Returns
void
remote
get
remote
(
)
:
undefined
|
boolean
Returns
undefined
|
boolean
set
remote
(
value
)
:
void
Parameters
value
:
undefined
|
boolean
Returns
void
title
get
title
(
)
:
I18nString
Returns
I18nString
set
title
(
value
)
:
void
Parameters
value
:
I18nString
Returns
void
type
get
type
(
)
:
DataType
Returns
DataType
set
type
(
value
)
:
void
Parameters
value
:
DataType
Returns
void
validations
get
validations
(
)
:
Validation
[]
Returns
Validation
[]
set
validations
(
value
)
:
void
Parameters
value
:
Validation
[]
Returns
void
Methods
add
Action
add
Action
(
action
,
type
,
phase
?
)
:
void
Parameters
action
:
Action
type
:
DataEventType
Optional
phase
:
EventPhase
Returns
void
add
Event
add
Event
(
event
)
:
void
Parameters
event
:
DataEvent
Returns
void
clone
clone
(
)
:
DataVariable
Returns
DataVariable
compare
compare
(
other
)
:
number
Parameters
other
:
DataVariable
Returns
number
get
Event
get
Event
(
type
)
:
undefined
|
DataEvent
Parameters
type
:
DataEventType
Returns
undefined
|
DataEvent
get
Events
get
Events
(
)
:
DataEvent
[]
Returns
DataEvent
[]
merge
Event
merge
Event
(
event
)
:
void
Parameters
event
:
DataEvent
Returns
void
remove
Event
remove
Event
(
type
)
:
void
Parameters
type
:
DataEventType
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
action
Ref
allowed
Nets
component
desc
encryption
events
id
immediate
init
inits
length
options
options
Init
placeholder
remote
title
type
validations
Methods
add
Action
add
Event
clone
compare
get
Event
get
Events
merge
Event
remove
Event
@netgrif/petriflow
Loading...