Replay
- Web
- Android
- IOS
import type { IReplay } from '@picsart/web-replay-sdk';
import com.picsart.media.Replay
| Property | Type | Required | Description |
|---|---|---|---|
| meta | IReplayMeta | yes | The meta information about the Replay |
| context | IReplayContext | yes | The current state of editing, representing the actual context of the Replay |
| actions | IReplayAction[] | yes | An array of Replay actions. The actions are stored in array sequence in a manner how they appeared during editing. All the actions(when applied) will result in the same context value, that is stored in the replay.context |
| settings | IReplaySettings | yes | The settings for the current replay |