Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Class EPROXY

An extendable Proxy-Class factory.

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • new EPROXY<T>(configs?: EHANDLERS<T>): Proxy
  • Creates an instance of EPROXY.

    Type parameters

    • T

    Parameters

    • Optional configs: EHANDLERS<T>

      The Proxy handlers

    Returns Proxy

    The proxied class.

Methods

Static CALLABLE

  • CALLABLE<T>(obj: any, handles: EHANDLERS<T>): Proxy
  • Makes an Object "callable"

    Type parameters

    • T

    Parameters

    • obj: any

      The Object to make "callable"

    • handles: EHANDLERS<T>

      The Proxy handlers

    Returns Proxy

    A new, Proxied Object