Preparing search index...
The search index is not available
mingo
mingo
operators/update/pop
$pop
Function $pop
Removes the first or last element of an array.
$pop
(
obj
,
expr
,
arrayFilters
?
,
options
?
)
:
string
[]
Parameters
obj
:
AnyObject
expr
:
Record
<
string
,
-1
|
1
>
arrayFilters
:
AnyObject
[]
= []
options
:
UpdateOptions
= {}
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...
Removes the first or last element of an array.