Function loadDynamicResource

  • Asynchronously load the dynamic resource at runtime and wait for it to load.

    Returns

    A promise that's resolved once the resource has loaded.

    Parameters

    • url: string

      The URL to load.

    Returns Promise<ResourceElement>

Generated using TypeDoc