turbodombuilder - v0.9.22
    Preparing search index...

    Function deepObserveAll

    • Function

      deepObserveAll

      Parameters

      • data: AbstractType

        The Yjs type to observe.

      • callback: (event: YEvent, target: AbstractType) => void

        The function to call when all fields change.

      • ...fieldNames: string[]

        List of field names to observe.

      Returns void

      Observes deeply for changes to all specified fields and invokes callback only when all fields have changed.