• Resolve a document UUID to its SoHL logic instance.

    Type Parameters

    Parameters

    • uuid: string

      The (opaque) document UUID.

    Returns Promise<T | undefined>

    A promise resolving to the document's logic, or undefined if unresolved.

    The async logic-layer counterpart of fromUuid, resolving compendium / not-yet-loaded documents as well. Hides the Foundry document, returning only the logic.