Author Aide API Methods
This article details methods the host page can use to interact with Author Aide API.
LearnosityAuthorAide
The following methods are accessed via the window.LearnosityAuthorAide
object.
When the Author Aide API script has loaded, the LearnosityAuthorAide
object is instantiated, and ready for use.
authorAideApp
The following methods are accessed via the authorAideApp
object returned by window.LearnosityAuthorAide.init()
. This object provides methods to interact with, and receive information from the particular instance of Author Aide API.
Most of these methods are not available until the readyListener
callback has been executed, unless otherwise noted. See Initialization & Callbacks for more information.
See the authorAideApp Methods article for more information.