UserInputOption
No description is available.
Fields and variants
Section titled “Fields and variants”descriptionlabelpreview
Source
schema/msp/experimental/msp.schema.json#/types/UserInputOption
{ "properties": { "description": { "type": "string" }, "label": { "type": "string" }, "preview": { "$ref": "#/$defs/UserInputOptionPreview" } }, "required": [ "label" ], "type": "object"}