public class SectionsConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
asyncMutations
Whether inserts/updates/removes should be async.
|
static List<SectionsDebugLogger> |
LOGGERS
Loggers for the core framework
|
static boolean |
sectionComponentsAsyncPropUpdates
Force all section component prop updates to be async
|
static boolean |
sectionComponentsAsyncStateUpdates
Force all section component state updates to be async
|
static boolean |
trimDataDiffSectionHeadAndTail
If true, this will trim the items that pass the comparison check in the head and tail of the
DataDiffSection data before diffing.
|
static boolean |
trimSameInstancesOnly
If true, this will trim only the items that are the same instance in the head and tail of the
DataDiffSection data before diffing.
|
Constructor and Description |
---|
SectionsConfiguration() |
public static List<SectionsDebugLogger> LOGGERS
public static boolean sectionComponentsAsyncPropUpdates
public static boolean sectionComponentsAsyncStateUpdates
public static boolean trimDataDiffSectionHeadAndTail
public static boolean trimSameInstancesOnly
public static boolean asyncMutations