Search
Preparing search index...
The search index is not available
@kano/code
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
TimeModule
Class TimeModule
Hierarchy
AppModule
TimeModule
Indexable
[
K:
string
]:
any
Index
Constructors
constructor
Properties
methods
output
Accessors
id
Methods
_every
_later
_stop
add
Lifecycle
Step
add
Method
add
Module
execute
Lifecycle
Step
get
Id
get
Symbols
instrumentize
transform
Legacy
Constructors
constructor
new
Time
Module
(
output
:
Output
)
:
TimeModule
Parameters
output:
Output
Returns
TimeModule
Properties
methods
methods
:
IMethodTree
Protected
output
output
:
Output
Accessors
Static
id
id
:
Methods
_every
_every
(
interval
:
number
, unit
:
"seconds"
|
"milliseconds"
|
"frames"
, callback
:
function
)
:
void
Parameters
interval:
number
unit:
"seconds"
|
"milliseconds"
|
"frames"
callback:
function
(
)
:
void
Returns
void
Returns
void
_later
_later
(
delay
:
number
, unit
:
"seconds"
|
"milliseconds"
|
"frames"
, callback
:
function
)
:
void
Parameters
delay:
number
unit:
"seconds"
|
"milliseconds"
|
"frames"
callback:
function
(
)
:
void
Returns
void
Returns
void
_stop
_stop
(
)
:
void
Returns
void
add
Lifecycle
Step
add
Lifecycle
Step
(
name
:
string
, cbName
:
string
)
:
void
Parameters
name:
string
cbName:
string
Returns
void
add
Method
add
Method
(
name
:
string
, cbName
:
Function
|
string
)
:
void
Parameters
name:
string
cbName:
Function
|
string
Returns
void
add
Module
add
Module
(
name
:
string
)
:
SubModule
Parameters
name:
string
Returns
SubModule
execute
Lifecycle
Step
execute
Lifecycle
Step
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
get
Id
get
Id
(
)
:
number
Returns
number
get
Symbols
get
Symbols
(
)
:
string
[]
Returns
string
[]
instrumentize
instrumentize
(
fullPath
:
string
, method
:
string
)
:
Instrument
Parameters
fullPath:
string
method:
string
Returns
Instrument
Static
transform
Legacy
transform
Legacy
(
app
:
any
)
:
void
Parameters
app:
any
Returns
void
Globals
Time
Module
constructor
methods
output
id
_every
_later
_stop
add
Lifecycle
Step
add
Method
add
Module
execute
Lifecycle
Step
get
Id
get
Symbols
instrumentize
transform
Legacy
Generated using
TypeDoc