Global API

window.monaAPI.updateAllArtifacts

function updateAllArtifacts(artifacts: String | Artifacts)

where Artifacts is introduced here

window.monaAPI.updateAllArtifactsWithID

function updateAllArtifactsWithID(artifacts: String | Artifacts) 

update all artifacts with ID retained, you must provide a unique ID for each artifact, this function won't do any check

where Artifacts is introduced here

window.monaAPI.getAllArtifacts

function getAllArtifacts(): Artifacts

Last updated

Was this helpful?