@refinio/one.models
Preparing search index...
misc/ObjectEventDispatcher
HandlerInfo
Type Alias HandlerInfo<T>
Stores information about the registered object event handler
type
HandlerInfo
<
T
extends
AnyObjectResult
=
AnyObjectResult
>
=
{
callStack
?:
string
;
cb
:
(
result
:
T
)
=>
Promise
<
void
>
|
void
;
deregisterTime
?:
number
;
description
:
string
;
executionStatistics
:
{
endTime
:
number
;
error
?:
any
;
hash
?:
SHA256Hash
;
idHash
?:
SHA256IdHash
;
ioCallStatistics
?:
CallStatistics
;
startTime
:
number
;
}
[]
;
registerTime
:
number
;
}
Type Parameters
T
extends
AnyObjectResult
=
AnyObjectResult
Index
Properties
call
Stack?
cb
deregister
Time?
description
execution
Statistics
register
Time
Properties
Optional
call
Stack
callStack
?:
string
cb
cb
:
(
result
:
T
)
=>
Promise
<
void
>
|
void
Optional
deregister
Time
deregisterTime
?:
number
description
description
:
string
execution
Statistics
executionStatistics
:
{
endTime
:
number
;
error
?:
any
;
hash
?:
SHA256Hash
;
idHash
?:
SHA256IdHash
;
ioCallStatistics
?:
CallStatistics
;
startTime
:
number
;
}
[]
register
Time
registerTime
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
call
Stack
cb
deregister
Time
description
execution
Statistics
register
Time
@refinio/one.models
Loading...
Stores information about the registered object event handler