TreeINFO-For-M365 documentation
    Preparing search index...

    Type Alias OnFieldChangeCallback

    OnFieldChangeCallback: (value: any, context: { oldValue: any }) => void

    Callback function for onChange event.

    Type declaration

      • (value: any, context: { oldValue: any }): void
      • Parameters

        • value: any

          the new value of the field

        • context: { oldValue: any }
          • oldValue: any

            the old value of the field before the change

        Returns void