Object that can be used to define a pageGuid, an appGuid and a recId that will be used to construct an URL for the loader.

Example

// With recId
{ guid: "<APPLICATION-GUID>", pageGuid: "<PAGE-GUID>", recId: "1" }
// Without recId
{ guid: "<APPLICATION-GUID>", pageGuid: "<PAGE-GUID>" }

Hierarchy

  • IntrexxApp

Properties

Properties

guid: string

Defines an Intrexx application GUID.

pageGuid: string

Defines an Intrexx page GUID.

recId?: string

Defines an Intrexx record ID.