id | title | sidebar_label |
---|---|---|
isnapshotprocessors |
ISnapshotProcessors |
ISnapshotProcessors |
mobx-state-tree - v5.2.0 › ISnapshotProcessors
Snapshot processors.
▪ C
▪ CustomC
▪ S
▪ CustomS
- ISnapshotProcessors
▸ postProcessor(snapshot
: S): CustomS
Defined in packages/mobx-state-tree/src/types/utility-types/snapshotProcessor.ts:212
Function that transforms an output snapshot.
Parameters:
Name | Type | Description |
---|---|---|
snapshot |
S |
Returns: CustomS
▸ preProcessor(snapshot
: CustomC): C
Defined in packages/mobx-state-tree/src/types/utility-types/snapshotProcessor.ts:207
Function that transforms an input snapshot.
Parameters:
Name | Type |
---|---|
snapshot |
CustomC |
Returns: C