Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
CollectionPush
Type alias CollectionPush<Schema>
Collection
Push
<
Schema
>
:
{
[
K
in
keyof
CollectionArrayUpdate
<
Schema
>
]
?:
CollectionArrayUpdate
<
Schema
>
[
K
]
|
{
$each
:
CollectionArrayUpdate
<
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.