Preparing search index...
The search index is not available
dyna-record
dyna-record
<internal>
TransactionProps
Interface TransactionProps
Common props for building transactions
interface
TransactionProps
{
entities
:
{
linkedEntity
:
EntityClass
<
default
>
;
parentEntity
:
EntityClass
<
default
>
;
}
;
ids
:
{
linkedEntityId
:
string
;
parentId
:
string
;
}
;
tableProps
:
TableMetadata
;
}
Index
Properties
entities
ids
table
Props
Properties
entities
entities
:
{
linkedEntity
:
EntityClass
<
default
>
;
parentEntity
:
EntityClass
<
default
>
;
}
Type declaration
linked
Entity
:
EntityClass
<
default
>
parent
Entity
:
EntityClass
<
default
>
ids
ids
:
{
linkedEntityId
:
string
;
parentId
:
string
;
}
Type declaration
linked
Entity
Id
:
string
parent
Id
:
string
table
Props
table
Props
:
TableMetadata
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
entities
ids
table
Props
dyna-record
Loading...
Generated using
TypeDoc
Common props for building transactions