Data / Reactions#
The methods contained within ‘Data / Reactions’ are used to access raw reaction data for all currently loaded submaps.
getAll#
accepts no arguments
triggers loading of reaction data for any submap it hasn’t been fetched for yet, waits until all submaps have finished loading, then resolves
returns a
Promiseresolving to an array ofNewReaction, combining the reactions of every loaded submapexample:
const reactions = await window.minerva.reactions.data.getAll();