Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
Push
Type alias Push<Schema>
Push
<
Schema
>
:
{
[
K
in
keyof
ArrayUpdate
<
Schema
>
]
?:
ArrayUpdate
<
Schema
>
[
K
]
|
{
$each
:
ArrayUpdate
<
Schema
>
[
K
]
[]
;
$position
?:
number
;
}
}
Weaker version of StrictPush which allows for more flexibility in typing push operations.
Type Parameters
Schema
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@datastax/astra-db-ts
Loading...
Weaker version of StrictPush which allows for more flexibility in typing push operations.