couch-kit
Preparing search index...
@couch-kit/core
RecordedAction
Interface RecordedAction<A>
A recorded action with timing metadata.
interface
RecordedAction
<
A
extends
IAction
=
IAction
>
{
action
:
A
;
timestamp
:
number
;
}
Type Parameters
A
extends
IAction
=
IAction
Index
Properties
action
timestamp
Properties
action
action
:
A
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
timestamp
couch-kit
Loading...
A recorded action with timing metadata.