| 1294 | }), | 1294 | }), |
| 1295 | SlashCommandNamedArgument.fromProps({ | 1295 | SlashCommandNamedArgument.fromProps({ |
| 1296 | name: 'large', | 1296 | name: 'large', |
| 1297 | description: 'show large input field', | 1297 | description: 'popup window will be shown larger in height, with more space for content (input field needs to be sized via \'rows\' argument)', |
| 1298 | typeList: [ARGUMENT_TYPE.BOOLEAN], | 1298 | typeList: [ARGUMENT_TYPE.BOOLEAN], |
| 1299 | defaultValue: 'off', | 1299 | defaultValue: 'off', |
| 1300 | enumList: commonEnumProviders.boolean('onOff')(), | 1300 | enumList: commonEnumProviders.boolean('onOff')(), |
| 1301 | }), | 1301 | }), |
| 1302 | SlashCommandNamedArgument.fromProps({ | 1302 | SlashCommandNamedArgument.fromProps({ |
| 1303 | name: 'wide', | 1303 | name: 'wide', |
| 1304 | description: 'show wide input field', | 1304 | description: 'popup window will be shown wider, with a wider input field', |
| 1305 | typeList: [ARGUMENT_TYPE.BOOLEAN], | 1305 | typeList: [ARGUMENT_TYPE.BOOLEAN], |
| 1306 | defaultValue: 'off', | 1306 | defaultValue: 'off', |
| 1307 | enumList: commonEnumProviders.boolean('onOff')(), | 1307 | enumList: commonEnumProviders.boolean('onOff')(), |