tridion-sites-extensions-api-docs

Home > @tridion-sites/models > LinkWithIsEditable

LinkWithIsEditable class

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

Signature:

export declare class LinkWithIsEditable extends Link

Extends: Link

Constructors

Constructor Modifiers Description
(constructor)(linkWithIsEditableArgs)   Constructs a new instance of the LinkWithIsEditable class

Properties

Property Modifiers Type Description
_backendModel   BackendLinkWithIsEditable  
getInternalModel   () => BackendLinkWithIsEditable  
isEditable   boolean Whether the referenced object is editable.