springroll.LoaderResult Class

Module: Core

The return result of the Loader load

Constructor

springroll.LoaderResult

(
  • content
  • url
  • [data]
)

Parameters:

  • content

    The dynamic content loaded

  • url String

    The url that was loaded

  • [data] optional

    Optional data associated with object

Properties

destroy

()

Defined in destroy:68

Destroy this result

reset

()

Defined in reset:56

Reset to the original state

toString

() String
public

Defined in toString:45

A to string method

Returns:

String:

A string rep of the object

content

Defined in content:17

The contents of the load

data

Defined in data:29

The data for the load item.

id

String

Defined in id:35

The original asset id, if any

url

String

Defined in url:23

The url of the load