ResourceMap<T>: { [ key in T]?: ResourceData }

Map for resources, whereas the key equals the resource name and the value represents:

  • resource file itself
  • base64 data string, file type has to be set explicitly

Type Parameters

  • T extends string = string

Generated using TypeDoc