- Initialize the state of the Vue store based on a
config
object. See chapter "Configuration" below. - Dispatches a
fetchToken
action to retrieve the token from localStorage or from thetokenEndpoint
. - Dispatches a
fetchList
action to retrieve all anotations that match the configuredtargetSource
. - Dispatches a
fetchAcl
action to retrieve the permissions. - Install the Annotations Sidebar App ("AnnoApp") into the DOM.
- Returns a reference to the AnnoApp, which can be stored to use its API.
See default config options and comments in
default-config/
.
Deprecated. Use .externalRequest('HighlightByTargetSelector', …)
instead.
Deprecated. Use .externalRequest('HighlightByTargetSelector', …)
instead.
Open thread tree to reveal anno with id annoId
.