rule-engine
Toggle table of contents
3.3.11
js
Platform filter
js
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules
/
RuleJs
/
RuleJs
Rule
Js
js
constructor
(
condition
:
String
,
actions
:
Array
<
RuleActionJs
>
,
uid
:
String
=
""
,
name
:
String
?
=
null
,
programStage
:
String
?
=
null
,
priority
:
Int
?
=
null
)