Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ResourceType

Describes the type of data the Resource holds.

Index

Enumeration members

Enumeration members

Audio

Audio:

The resource data is an

Blob

Blob:

The resource data is a Blob.

Buffer

Buffer:

The resource data is an ArrayBuffer.

Image

Image:

The resource data is an element.

Json

Json:

The resource data is a parsed JSON Object.

Text

Text:

The resource data is a string.

Unknown

Unknown:

The resource data type is unknown.

Video

Video:

The resource data is an

Xml

Xml:

The resource data is a Document or

element representing parsed XML.

Generated using TypeDoc