UserInputSelection
No description is available.
Fields and variants
Section titled “Fields and variants”maxSelectionsminSelectionsmode
Source
schema/msp/experimental/msp.schema.json#/types/UserInputSelection
{ "properties": { "maxSelections": { "type": "integer" }, "minSelections": { "type": "integer" }, "mode": { "$ref": "#/$defs/UserInputSelectionMode" } }, "required": [ "mode" ], "type": "object"}