You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### public reloadEvents(): [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[void](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined)>
75
75
76
76
Updates application events with the latest from "eventsPath".
### public reloadValidations(): [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[void](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined)>
81
81
82
82
Updates application command validations with the latest from "validationsPath".
Copy file name to clipboardexpand all lines: apps/docs/content/docs/types/CommandKitConfig.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ description: No description provided
19
19
| src |[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| N/A | The source directory of the project. |
20
20
| watch |[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)| N/A | Whether or not to use the watch mode. Defaults to `true`. |
Copy file name to clipboardexpand all lines: apps/docs/content/docs/types/CommandKitData.mdx
+1-2
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,8 @@ Private data for the CommandKit class.
18
18
| devUserIds | Array\<string> | N/A | List of developer user IDs to restrict devOnly commands to. |
19
19
| eventHandler | EventHandler | N/A | N/A |
20
20
| eventsPath |[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| N/A | The path to your events directory. |
| validationsPath |[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| N/A | The path to the validations directory. |
Copy file name to clipboardexpand all lines: apps/docs/content/docs/types/CommandKitOptions.mdx
+1-2
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ Options for instantiating a CommandKit handler.
16
16
| devRoleIds | Array\<string> | N/A | List of developer role IDs to restrict devOnly commands to. |
17
17
| devUserIds | Array\<string> | N/A | List of developer user IDs to restrict devOnly commands to. |
18
18
| eventsPath |[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| N/A | The path to your events directory. |
| validationsPath |[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| N/A | The path to the validations directory. |
0 commit comments