Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 52d407d

Browse files
fix(nanoflow-commons): add descriptions for params
1 parent 5247a7a commit 52d407d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages-common/nanoflow-commons/src/client/RefreshEntity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Other code you write will be lost the next time you deploy the project.
88

99
/**
10-
* @param {string} entityToRefresh
10+
* @param {string} entityToRefresh - Entity which will be refreshed.
1111
* @returns {Promise.<void>}
1212
*/
1313
export async function RefreshEntity(entityToRefresh: string) {

packages-common/nanoflow-commons/src/client/RefreshObject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Other code you write will be lost the next time you deploy the project.
88

99
/**
10-
* @param {MxObject} objectToRefresh
10+
* @param {MxObject} objectToRefresh - Object which will be refreshed.
1111
* @returns {Promise.<void>}
1212
*/
1313
export async function RefreshObject(objectToRefresh: mendix.lib.MxObject) {

0 commit comments

Comments
 (0)