Embedded analytics SDK API
Back to documentation
Preparing search index...
ActionResultForCreate
Type Alias ActionResultForCreate
Response from a single-row create — the inserted row.
type
ActionResultForCreate
=
{
"created-row"
:
Record
<
string
,
null
|
string
|
number
|
false
|
true
|
object
,
>
;
}
Index
Properties
created-
row
Properties
created-
row
"created-row"
:
Record
<
string
,
null
|
string
|
number
|
false
|
true
|
object
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
created-
row
Back to documentation
Embedded analytics SDK API
Loading...
Response from a single-row create — the inserted row.