Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Resources

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Returns Resources

Properties

resources

resources: Map<string, IResourceInformation>

Methods

get

  • Parameters

    • id: string

    Returns undefined | IResourceInformation

load

  • load(progress: function): Promise<any[]>
  • Parameters

    • progress: function
        • (value: number): void
        • Parameters

          • value: number

          Returns void

    Returns Promise<any[]>

Generated using TypeDoc