Skip to main content

ConstraintString

Defines string-based constraints, typically used for properties such as orientation.

Fields

PropertyRequiredTypeDescription
anyOfFalseList[string]Item must match at least one of these values.
allOfFalseList[string]Item must match all of these values.
noneOfFalseList[string]Item must not match any of these values.
ignoreFalseList[string]Disables criteria that could otherwise be detected and applied automatically during the recommendation process.