Stone.js API
    Preparing search index...

    Class representing a Proxiable.

    This class allows instances to be wrapped in a Proxy, enabling custom behaviors for property access, assignment, etc.

    Mr. Stone evensstone@gmail.com

    Hierarchy (View Summary)

    Index
    • Creates a Proxiable instance wrapped in a Proxy.

      Parameters

      • handler: ProxyHandler<Proxiable>

        A trap object for the proxy, which defines custom behavior for fundamental operations (e.g., property lookup, assignment, etc.).

      Returns Proxiable

      A new proxy object for this instance.