Member Junction
Preparing search index...
@memberjunction/metadata-sync
FlattenedRecord
Interface FlattenedRecord
Represents a flattened record with its context and dependencies
interface
FlattenedRecord
{
dependencies
:
Set
<
string
>
;
depth
:
number
;
entityName
:
string
;
id
:
string
;
originalIndex
:
number
;
parentContext
?:
{
entityName
:
string
;
record
:
RecordData
;
recordIndex
:
number
;
}
;
path
:
string
;
record
:
RecordData
;
}
Index
Properties
dependencies
depth
entity
Name
id
original
Index
parent
Context?
path
record
Properties
dependencies
dependencies
:
Set
<
string
>
depth
depth
:
number
entity
Name
entityName
:
string
id
id
:
string
original
Index
originalIndex
:
number
Optional
parent
Context
parentContext
?:
{
entityName
:
string
;
record
:
RecordData
;
recordIndex
:
number
}
path
path
:
string
record
record
:
RecordData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dependencies
depth
entity
Name
id
original
Index
parent
Context
path
record
Member Junction
Loading...
Represents a flattened record with its context and dependencies