Skip to main content
Version: 3.1.0

Replay

Implementation.

import type { IReplay } from '@picsart/web-replay-sdk';
PropertyTypeRequiredDescription
metaIReplayMetayesThe meta information about the Replay
contextIReplayContextyesThe current state of editing, representing the actual context of the Replay
actionsIReplayAction[]yesAn 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
settingsIReplaySettingsyesThe settings for the current replay