TypedRest for TypeScript - v0.4.0
    Preparing search index...

    Class Link

    Represents a link to another resource.

    Index

    Constructors

    Properties

    Constructors

    • Creates a new link.

      Parameters

      • rel: string

        The relation type of the link.

      • href: string

        The href/target of the link.

      • Optionaltitle: string

        The title of the link.

      • templated: boolean = false

        Indicates whether the link is an URI Template (RFC 6570).

      Returns Link

    Properties

    href: string

    The href/target of the link.

    rel: string

    The relation type of the link.

    templated: boolean = false

    Indicates whether the link is an URI Template (RFC 6570).

    title?: string

    The title of the link.