@musallam/firefly-client
    Preparing search index...

    Interface Link

    Standard representation of a hypermedia link.

    interface Link {
        href?: string;
        rel?: string;
        templated?: boolean;
    }
    Index

    Properties

    Properties

    href?: string

    Fully qualified URI or relative path for the link.

    rel?: string

    Describes the relationship or function of the link (e.g. next, page, self).

    templated?: boolean

    Indicates whether or not the href supports URI template parameters.