PropertyOperator
10/22/22Less than 1 minute
PropertyOperator
ui_selector.PropertyOperator
Optional comparison operators for a single property constraint in UiSelector. Each key maps to a PropertyValue (or RegExp where supported by the API).
Table of contents
Properties
!=,<,<=,=,>,>=
Properties
!=
• Optional !=: PropertyValue
Not equal.
<
• Optional <: PropertyValue
Less than (numeric ordering where applicable).
<=
• Optional <=: PropertyValue
Less than or equal.
=
• Optional =: PropertyValue
Equal.
>
• Optional >: PropertyValue
Greater than.
>=
• Optional >=: PropertyValue
Greater than or equal.
