rule-engine
Toggle table of contents
3.4.2
js
Platform filter
js
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules
/
RuleSupplementaryDataJs
Rule
Supplementary
Data
Js
js
data
class
RuleSupplementaryDataJs
(
val
userGroups
:
Array
<
String
>
,
val
userRoles
:
Array
<
String
>
,
val
orgUnitGroups
:
JsMap
<
String
,
Array
<
String
>
>
)
Members
Constructors
Rule
Supplementary
Data
Js
Link copied to clipboard
js
constructor
(
userGroups
:
Array
<
String
>
,
userRoles
:
Array
<
String
>
,
orgUnitGroups
:
JsMap
<
String
,
Array
<
String
>
>
)
Properties
org
Unit
Groups
Link copied to clipboard
js
val
orgUnitGroups
:
JsMap
<
String
,
Array
<
String
>
>
user
Groups
Link copied to clipboard
js
val
userGroups
:
Array
<
String
>
user
Roles
Link copied to clipboard
js
val
userRoles
:
Array
<
String
>