Asynchronously fetches all information about an inscription, including children, sat inscriptions, metadata and its id.
Defaults to using the ID obtained from getId() if an inscriptionId is not provided.
Parameters
inscriptionId: string = ...
Inscription to get all information.
Defaults to the ID of the page running it if none is given.
Asynchronously fetches all information about an inscription, including children, sat inscriptions, metadata and its id. Defaults to using the ID obtained from
getId()
if aninscriptionId
is not provided.