adobe-firefly-sdk
    Preparing search index...

    Type Alias Link

    Link

    Standard representation of a hypermedia link.

    type 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.