markAllControlsAsUnModified

Removes all modification flags from the controls. After this call, the user will not get a "discard changes" message until another control is modified.

Example Usages

   let value = brixxApi.markAllControlsAsUnModified();

Last updated