solutionTypes property
The solution types that the control is used for.
Currently we support setting only one type of solution at creation time.
Only SOLUTION_TYPE_SEARCH
value is supported at the moment. If no
solution type is provided at creation time, will default to
SOLUTION_TYPE_SEARCH.
Required. Immutable.
Implementation
core.List<core.String>? solutionTypes;