@dxos/app-framework - v0.8.3
Preparing search index...
HistoryEntry
Type Alias HistoryEntry
History entry stored by HistoryTracker.
type
HistoryEntry
=
{
input
:
any
;
inverse
:
Operation.Definition
<
any
,
any
>
;
inverseInput
:
any
;
operation
:
Operation.Definition
<
any
,
any
>
;
output
:
any
;
timestamp
:
number
;
}
Index
Properties
input
inverse
inverse
Input
operation
output
timestamp
Properties
input
input
:
any
inverse
inverse
:
Operation.Definition
<
any
,
any
>
inverse
Input
inverseInput
:
any
operation
operation
:
Operation.Definition
<
any
,
any
>
output
output
:
any
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
inverse
inverse
Input
operation
output
timestamp
@dxos/app-framework - v0.8.3
Loading...
History entry stored by HistoryTracker.