DisabledSortingRule Interface

Rule to disable sorting for certain ECInstances in the hierarchy and/or content.

@see Disabled sorting rule reference documentation section

Extends

Properties

Name Type Description
ruleType "DisabledSorting" Used for serializing to JSON.  

Inherited properties

Name Type Inherited from Description
class SingleSchemaClassSpecification | undefined SortingRuleBase Specifies ECClass whose ECInstances should be sorted.
condition string | undefined SortingRuleBase Defines a condition which needs to be met in order for the rule to be used.
isPolymorphic boolean | undefined SortingRuleBase Specifies that class attribute defined in this rule should be handled polymorphically.
onlyIfNotHandled boolean | undefined SortingRuleBase Tells the library that the rule should only be handled if no other rule of the same type was handled previously (based on rule
priority number | undefined SortingRuleBase Defines the order in which rules are handled, higher number means the rule is handled first.
requiredSchemas RequiredSchemaSpecification[] | undefined SortingRuleBase A list of ECSchema requirements that need to be met for the rule to be used.

Defined in

Last Updated: 13 May, 2024