fonto:is-document-loaded
Type: Function
Get whether the document with a given remote document id is loaded.
Other
if (fonto:is-document-loaded(@href)) then "Referenced doc is loaded" else "Nope"
Arguments
remote
Document Id (Required)
Type: String
The remoteDocumentId of the document that is loading.
Returns
Type: Boolean
Whether the document is loaded or not