ResourceLink is a reference object to another entity outside of the current space/environment

Type Parameters

  • T extends string

Hierarchy

  • ResourceLink

Properties

Properties

sys: {
    linkType: T;
    type: "ResourceLink";
    urn: string;
}

Type declaration

  • linkType: T
  • type: "ResourceLink"
  • urn: string