tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > FavoriteLink

Represents the link to a favorite item.

Signature:

export type FavoriteLink = {
    $type?: string;
    IdRef?: string;
    Title?: string;
    Path?: string;
};