Preparing search index...
The search index is not available
Deepkit
Deepkit
stopwatch
StopwatchFrame
Class StopwatchFrame<C>
Type Parameters
C
extends
FrameCategory
&
keyof
FrameCategoryModel
Hierarchy
StopwatchFrame
Implements
StopwatchFrameInterface
<
C
>
Index
Constructors
constructor
Properties
category
context
id
stopped
store
worker
Methods
data
end
run
Constructors
constructor
new
Stopwatch
Frame
<
C
>
(
store
:
StopwatchStore
, context
:
number
, category
:
number
, id
:
number
, worker
:
number
)
:
StopwatchFrame
<
C
>
Type Parameters
C
extends
FrameCategory
Parameters
store:
StopwatchStore
context:
number
category:
number
id:
number
worker:
number
Returns
StopwatchFrame
<
C
>
Properties
category
category
:
number
context
context
:
number
id
id
:
number
Protected
stopped
stopped
:
boolean
= false
Protected
store
store
:
StopwatchStore
worker
worker
:
number
Methods
data
data
(
data
:
Partial
<
FrameCategoryModel
[
C
]
>
)
:
void
Parameters
data:
Partial
<
FrameCategoryModel
[
C
]
>
Returns
void
end
end
(
)
:
void
Returns
void
run
run
<
T
>
(
data
:
{
[name:
string
]
:
any
;
}
, cb
:
(
(
)
=>
Promise
<
T
>
)
)
:
Promise
<
T
>
Type Parameters
T
Parameters
data:
{
[name:
string
]
:
any
;
}
[
name:
string
]:
any
cb:
(
(
)
=>
Promise
<
T
>
)
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Deepkit
angular-
universal
api-
console-
api
api-
console-
module
app
broker
bson
core
core-
rxjs
create-
app
crypto
event
framework
framework-
debug-
api
http
injector
logger
mongo
mysql
orm
orm-
browser-
api
orm-
integration
postgres
rpc
rpc-
tcp
skeleton
sql
sqlite
stopwatch
template
type
type-
compiler
workflow
Stopwatch
Frame
constructor
category
context
id
stopped
store
worker
data
end
run
Generated using
TypeDoc