Function setAllBindingsModified

Marks all of the specified bindings as having been modified or not.

  • Parameters

    • bindings: (undefined | Binding<any>)[]

      The bindings to update

    • newIsModified: boolean

      The desired modified state for the specified bindings

    Returns void