ThreePipe
    Preparing search index...

    Function createBindingsProxy

    • Creates a proxy for an array of bindings, allowing to access and set values in the target objects by editing the value. Useful for updating multiple properties in a single undo/redo command when dragging.

      Parameters

      • bindings: [any, string | number | symbol][]
      • defs: any[]

      Returns { p: any[]; get value(): any[]; set value(va: any[]): void }