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
Copy file name to clipboardExpand all lines: lib/definitions/livesync.d.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,10 @@ interface ILiveSyncService {
160
160
* Stops LiveSync operation for specified directory.
161
161
* @param {string} projectDir The directory for which to stop the operation.
162
162
* @param {string[]} @optional deviceIdentifiers Device ids for which to stop the application. In case nothing is passed, LiveSync operation will be stopped for all devices.
163
+
* @param { shouldAwaitAllActions: boolean } @optional stopOptions Specifies whether we should await all actions.
0 commit comments