Link description.

interface Link {
    attributes?: { [key: string]: any };
    rel?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

attributes?: { [key: string]: any }

Collection of link attributes.

rel?: string

Relation type.

url?: string

Link url.