Type alias AddLinkComponentParams

AddLinkComponentParams: {
    name: string;
    starred: boolean;
    subtype: ResearchObjectComponentLinkSubtype;
    url: string;
}

Parameters for adding an external link component to manifest

Type declaration

  • name: string

    Human-readable name of component

  • starred: boolean

    Wether to show the link as a central component of the object

  • subtype: ResearchObjectComponentLinkSubtype

    Which type of resource the link points to

  • url: string

    Link component refers to

Generated using TypeDoc