tridion-sites-extensions-api-docs

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

LinkWithIsEditable type

Represents a link to an Identifiable Object with the option to set if it is allowed to edit the linked Object.

Signature:

export type LinkWithIsEditable = Link & {
    IsEditable?: boolean;
};

References: Link