Search
Preparing search index...
The search index is not available
Plan Engine
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ProxyConstructor
Interface ProxyConstructor
Hierarchy
ProxyConstructor
Index
Constructors
constructor
Methods
revocable
Constructors
constructor
new
Proxy
Constructor<T>
(
target
:
T
, handler
:
ProxyHandler
<
T
>
)
:
T
Type parameters
T
:
object
Parameters
target:
T
handler:
ProxyHandler
<
T
>
Returns
T
Methods
revocable
revocable<T>
(
target
:
T
, handler
:
ProxyHandler
<
T
>
)
:
object
Type parameters
T
:
object
Parameters
target:
T
handler:
ProxyHandler
<
T
>
Returns
object
proxy
:
T
revoke
:
function
(
)
:
void
Returns
void
Globals
Proxy
Constructor
constructor
revocable
Generated using
TypeDoc