We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186b1b1 commit acd9167Copy full SHA for acd9167
Source/Widgets/createCommand.js
@@ -16,6 +16,8 @@ define([
16
* whether the command can be executed. When executed, a Command function will check the
17
* value of <code>canExecute</code> and throw if false.
18
*
19
+ * @exports createCommand
20
+ *
21
* @param {Function} func The function to execute.
22
* @param {Observable} [canExecute=true] An observable indicating if the function can currently be executed.
23
*/
0 commit comments