Options
All
  • Public
  • Public/Protected
  • All
Menu

A resource that is stored and can be served while offline. Typically these are responses from REST endpoints served by the "ServeResource" routing rule.

Hierarchy

  • BundleResourceEntry

Index

Constructors

Properties

Constructors

constructor

Properties

isEncoded

isEncoded: boolean

Is the value base64 encoded.

isJson

isJson: boolean

Is the value JSON.stringified.

key

key: string

The key for the resource. For the "ServeResource" routing rule this matches the "key" parameter.

value

value: string

The resource, possibly base64 encoded, possibly JSON.stringified.