MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / checkbox

Method checkbox

javascriptv3/example_code/libs/prompter.js:50–52  ·  view source on GitHub ↗

* @param {{ message: string, choices: { name: string, value: string }[]}} options

(options)

Source from the content-addressed store, hash-verified

48 * @param {{ message: string, choices: { name: string, value: string }[]}} options
49 */
50 checkbox(options) {
51 return checkbox(options);
52 }
53}
54// snippet-end:[javascript.v3.utils.prompter]

Callers 3

publishMessagesMethod · 0.80
_handleMultiSelectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected