Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
libs/observable-api
defaultMemoization
Function defaultMemoization
default
Memoization
(
previousValue
,
currentValue
)
:
boolean
Parameters
previousValue
:
any
The previous value to compare.
currentValue
:
any
The current value to compare.
Returns
boolean
Returns true if the values are identical.
Function
defaultMemoization
Description
Default memoization function to compare two values. This checks if the two values are of type 'object' (Array or Object) and compares them using a naive JSON string comparison. If not then it compares the two values using strict equality.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@umbraco-cms/backoffice
Loading...
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The previous value to compare.