@its-not-rocket-science/ananke
Try it (CodeSandbox)
Preparing search index...
ReplayFrame
Interface ReplayFrame
One recorded tick: the tick number and the commands dispatched that tick.
interface
ReplayFrame
{
commands
:
readonly
(
readonly
[
number
,
readonly
Command
[]
]
)
[]
;
tick
:
number
;
}
Index
Properties
commands
tick
Properties
commands
commands
:
readonly
(
readonly
[
number
,
readonly
Command
[]
]
)
[]
tick
tick
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commands
tick
Try it (CodeSandbox)
@its-not-rocket-science/ananke
Loading...
One recorded tick: the tick number and the commands dispatched that tick.