Skip to content
Developer Preview

UserInputSelection

No description is available.

  • maxSelections
  • minSelections
  • mode
Source

schema/msp/experimental/msp.schema.json#/types/UserInputSelection

{
"properties": {
"maxSelections": {
"type": "integer"
},
"minSelections": {
"type": "integer"
},
"mode": {
"$ref": "#/$defs/UserInputSelectionMode"
}
},
"required": [
"mode"
],
"type": "object"
}