RulesetsFactory Class
A factory class that can be used to create presentation rulesets targeted towards specific use cases.
Methods
| Name | Description | |
|---|---|---|
| createSimilarInstancesRuleset(field: Field, record: Item): object | Create a ruleset with content rules for getting instances are of the same ECClass and have the same property value as the provided record. |
Deprecated |
| createSimilarInstancesRulesetAsync(field: Field, record: Item, computeDisplayValue?: ComputeDisplayValueCallback): Promise<object> | Create a ruleset with content rules for getting instances are of the same ECClass and have the same property value as the provided record. |
Defined in
Last Updated: 08 January, 2020