couch-kit
Preparing search index...
@couch-kit/client
DebugStateEntry
Interface DebugStateEntry<S>
A state history entry for debugging.
interface
DebugStateEntry
<
S
=
unknown
>
{
id
:
number
;
state
:
S
;
timestamp
:
number
;
}
Type Parameters
S
=
unknown
Index
Properties
id
state
timestamp
Properties
id
id
:
number
state
state
:
S
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
state
timestamp
couch-kit
Loading...
A state history entry for debugging.