Links to any system objects expand the basic reference object.

Type parameters

Hierarchy

Properties

Readonly code

code: string

App code of the URL’s target (the app’s code).

Readonly id

id: string

ID of the URL’s target.

Readonly namespace

namespace: string

Namespace of the URL target (the code of the workspace that the app belongs to).

Methods

fetch

  • fetch(): Promise<I>
  • Request complete data of a reference object.

    Returns Promise<I>