Home > @tridion-sites/open-api-client > LinkWithIsEditable
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