API Reference > presentation-common > PresentationRules > LabelOverride LabelOverride Interface Rule to override labels and descriptions of nodes which pass rule's condition. Important: Prefer InstanceLabelOverride over this rule when possible as it has better performance. Extends RuleBase ConditionContainer Properties Name Type Description condition undefined | string Defines a condition for the rule, which needs to be met in order to execute it. description undefined | string Defines the description that should be used for node. label undefined | string Defines the label that should be used for node. ruleType LabelOverride Used for serializing to JSON. Inherited properties Name Type Inherited from Description onlyIfNotHandled undefined | boolean RuleBase Should this rule should be ignored if there is already an existing priority undefined | number RuleBase Defines the order in which presentation rules will be evaluated and executed. Defined in presentation/common/src/rules/customization/LabelOverride.ts Line 20 Last Updated: 13 June, 2024