Skip to main content
Version: 3.0.0

Resources

findReplayResources

Iterates over all Replay layers and for each of them, extracts the resource and returns a collection of all of them.

Implementation.

import { findReplayResources } from '@picsart/web-replay-sdk/resources';
function findReplayResources(replay: IReplay): IReplayResource[] 
ParametersTypeRequiredDescription
replayIReplayyesThe replay memory object.

Returns a IReplayResource[]