ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface EpagesLink

    A HATEOAS-style link entry attached to ePages resources.

    interface EpagesLink {
        rel: string;
        href: string;
        title?: string;
    }
    Index

    Properties

    Properties

    rel: string

    Relation type (e.g. "self", "variations", "variation", "master").

    href: string

    Absolute URL of the related resource.

    title?: string

    Optional link title.