@watzon/baserow
Preparing search index...
types
RowHistoryEntry
Interface RowHistoryEntry
interface
RowHistoryEntry
{
actionType
:
string
;
after
:
Record
<
string
,
any
>
;
before
:
Record
<
string
,
any
>
;
fieldsMetadata
:
Record
<
string
,
any
>
;
id
:
number
;
timestamp
:
string
;
user
:
{
id
:
number
;
name
:
string
}
;
}
Index
Properties
action
Type
after
before
fields
Metadata
id
timestamp
user
Properties
action
Type
actionType
:
string
after
after
:
Record
<
string
,
any
>
before
before
:
Record
<
string
,
any
>
fields
Metadata
fieldsMetadata
:
Record
<
string
,
any
>
id
id
:
number
timestamp
timestamp
:
string
user
user
:
{
id
:
number
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
after
before
fields
Metadata
id
timestamp
user
@watzon/baserow
Loading...