Interface ISnapshotHandler
Package: @aurigma/design-atoms
Methods
createSnapshot()
Declaration
createSnapshot(): any;
Returns
| Type | Description |
|---|---|
| any |
loadSnapshot(snapshot)
Declaration
loadSnapshot(snapshot: any): any;
Parameters
| Type | Name | Description |
|---|---|---|
| any | snapshot |
Returns
| Type | Description |
|---|---|
| any |