Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the return value from BaseAdapter.create_url_object

Hierarchy

  • IURLObject

Index

Properties

Properties

destroy

destroy: () => Promise<void>

Removes the URL object from memory, performing any clean-up necessary

NOTE: This function should only be called once

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

path

path: string

Represents the path used to create the IURLObject

url

url: string

Represents the URL string usable for embeding via HTML tags, e.g. <img src="...value of IURLObject.url..." />

Legend

  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc