Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Asset

Hierarchy

  • Asset

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Asset(data: Blob, uuid?: string): Asset
  • Parameters

    • data: Blob
    • Optional uuid: string

    Returns Asset

Properties

data

data: Blob

Readonly uuid

uuid: string

Methods

toString

  • toString(): Promise<string>
  • Returns Promise<string>

    The Asset's content in Base64

toXmlObject

  • toXmlObject(): Promise<any>
  • Returns Promise<any>

    A version of the Asset that the XML generator can parse

Generated using TypeDoc