Loxer - v3.0.0
Preparing search index...
index
TraceMethodContext
Interface TraceMethodContext
interface
TraceMethodContext
{
kind
:
"method"
;
name
:
string
|
symbol
;
static
:
boolean
;
private
:
boolean
;
addInitializer
(
initializer
:
()
=>
void
)
:
void
;
}
Index
Properties
kind
name
static
private
Methods
add
Initializer
Properties
Readonly
kind
kind
:
"method"
Readonly
name
name
:
string
|
symbol
Readonly
static
static
:
boolean
Readonly
private
private
:
boolean
Methods
add
Initializer
addInitializer
(
initializer
:
()
=>
void
)
:
void
Parameters
initializer
:
()
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
name
static
private
Methods
add
Initializer
Loxer - v3.0.0
Loading...