FeatureSet
FeatureSet
Represents list of features required to view the widget.
JSON Example
{
"feature_list": [
"string"
],
"require_all_permissions": false
}
array of
string
feature_list
Optional
List of features required for to view widget.
boolean
require_all_permissions
Optional
Flag for specifying if permission to all features is required If set to false, then if there is permission for any of the feature from feature list, widget will be available.