@shiftcoders/dynamo-easy
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Update
Action
Def
Condition
Functions
Sort
Key
Condition
Function
Update
Functions
add
append
ToList
decrement
By
increment
By
remove
remove
From
List
At
remove
From
Set
set
Condition
Expression
Definition
Chain
Condition
Expression
Definition
Chain
Typed
Request
Condition
Function
Request
Condition
Function
Typed
Update
Expression
Definition
Chain
Update
Expression
Definition
Chain
Typed
and
attribute
attribute2
not
or
update
update2
Type parameters
T
R
Hierarchy
UpdateFunctions
Index
Properties
add
append
ToList
decrement
By
increment
By
remove
remove
From
List
At
remove
From
Set
set
Properties
add
add
:
function
Type declaration
(
values
:
T
|
Array
<
ExtractListType
<
T
>
>
|
Set
<
ExtractListType
<
T
>
>
)
:
R
Parameters
values:
T
|
Array
<
ExtractListType
<
T
>
>
|
Set
<
ExtractListType
<
T
>
>
Returns
R
append
ToList
append
ToList
:
function
Type declaration
(
value
:
T
|
Array
<
ExtractListType
<
T
>
>
|
Set
<
ExtractListType
<
T
>
>
, position
:
"START"
|
"END"
)
:
R
Parameters
value:
T
|
Array
<
ExtractListType
<
T
>
>
|
Set
<
ExtractListType
<
T
>
>
Optional
position:
"START"
|
"END"
Returns
R
decrement
By
decrement
By
:
function
Type declaration
(
value
:
T
)
:
R
Parameters
value:
T
Returns
R
increment
By
increment
By
:
function
Type declaration
(
value
:
T
)
:
R
Parameters
value:
T
Returns
R
remove
remove
:
function
Type declaration
(
)
:
R
Returns
R
remove
From
List
At
remove
From
List
At
:
function
Type declaration
(
positions
:
number
[]
)
:
R
Parameters
Rest
positions:
number
[]
Returns
R
remove
From
Set
remove
From
Set
:
function
Type declaration
(
values
:
T
|
Array
<
ExtractListType
<
T
>
>
|
Set
<
ExtractListType
<
T
>
>
)
:
R
Parameters
values:
T
|
Array
<
ExtractListType
<
T
>
>
|
Set
<
ExtractListType
<
T
>
>
Returns
R
set
set
:
function
Type declaration
(
value
:
T
, ifNotExists
:
undefined
|
false
|
true
)
:
R
Parameters
value:
T
Optional
ifNotExists:
undefined
|
false
|
true
Returns
R