vlocode-project - v1.40.0-beta-4
Preparing search index...
util/src
Decorator
Class Decorator<T>
Abstract
Type Parameters
T
extends
Constructor
Index
Constructors
constructor
Properties
inner
Methods
[after
Hook]?
[before
Hook]?
[error
Hook]?
Constructors
constructor
new
Decorator
<
T
extends
Constructor
>
()
:
Decorator
<
T
>
Type Parameters
T
extends
Constructor
Returns
Decorator
<
T
>
Properties
Protected
inner
inner
:
InstanceType
<
T
>
Methods
Protected
Optional
[after
Hook]
"[afterHook]"
?
(
name
:
string
|
symbol
,
args
:
any
[]
,
returnValue
:
any
)
:
any
Parameters
name
:
string
|
symbol
args
:
any
[]
returnValue
:
any
Returns
any
Protected
Optional
[before
Hook]
"[beforeHook]"
?
(
name
:
string
|
symbol
,
args
:
any
[]
)
:
void
Parameters
name
:
string
|
symbol
args
:
any
[]
Returns
void
Protected
Optional
[error
Hook]
"[errorHook]"
?
(
name
:
string
|
symbol
,
args
:
any
[]
,
error
:
any
)
:
any
Parameters
name
:
string
|
symbol
args
:
any
[]
error
:
any
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
inner
Methods
[after
Hook]
[before
Hook]
[error
Hook]
vlocode-project - v1.40.0-beta-4
Loading...