PropertyFilterBuilderRuleValueProps Interface
Props for PropertyFilterBuilderRuleValue component.
Properties
Name | Type | Description | |
---|---|---|---|
editorSystem | "legacy" | "new" | Specifies which editors system should be used: legacy or the new one. | |
onChange | (value: PropertyValue) => void | Callback that is invoked when value changes. | |
property | PropertyDescription | Property used in rule to which this value will be compared to. | |
value | PropertyValue | undefined | Currently entered value. |
Defined in
Last Updated: 16 May, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.