Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
HistoryRow
Interface HistoryRow<T>
interface
HistoryRow
<
T
extends
keyof
ReportTypesMap
>
{
author
:
{
cn
:
string
;
id
:
string
;
sn
:
string
}
;
expanded
?:
boolean
;
organization
:
{
id
:
string
}
;
report
:
ReportTypesMap
[
T
]
;
timestamp
:
string
;
type
:
T
;
}
Type Parameters
T
extends
keyof
ReportTypesMap
Index
Properties
author
expanded?
organization
report
timestamp
type
Properties
author
author
:
{
cn
:
string
;
id
:
string
;
sn
:
string
}
Optional
expanded
expanded
?:
boolean
organization
organization
:
{
id
:
string
}
report
report
:
ReportTypesMap
[
T
]
timestamp
timestamp
:
string
type
type
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
expanded
organization
report
timestamp
type
edocu-sdk
Loading...