Member Junction
Preparing search index...
@memberjunction/ng-versions
MicroViewData
Interface MicroViewData
Data passed to the record micro-view for displaying a snapshot record.
interface
MicroViewData
{
EntityID
:
string
;
EntityName
:
string
;
FieldDiffs
:
FieldChangeView
[]
|
null
;
FullRecordJSON
:
Record
<
string
,
unknown
>
|
null
;
RecordChangeID
:
string
;
RecordID
:
string
;
}
Index
Properties
Entity
ID
Entity
Name
Field
Diffs
Full
Record
JSON
Record
Change
ID
Record
ID
Properties
Entity
ID
EntityID
:
string
Entity
Name
EntityName
:
string
Field
Diffs
FieldDiffs
:
FieldChangeView
[]
|
null
Full
Record
JSON
FullRecordJSON
:
Record
<
string
,
unknown
>
|
null
Record
Change
ID
RecordChangeID
:
string
Record
ID
RecordID
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Entity
ID
Entity
Name
Field
Diffs
Full
Record
JSON
Record
Change
ID
Record
ID
Member Junction
Loading...
Data passed to the record micro-view for displaying a snapshot record.