Home > @tridion-sites/models > LinkWithIsEditable
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
Constructor | Modifiers | Description |
---|---|---|
(constructor)(linkWithIsEditableArgs) | Constructs a new instance of the LinkWithIsEditable class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendLinkWithIsEditable | ||
getInternalModel | () => BackendLinkWithIsEditable | ||
isEditable | boolean | Whether the referenced object is editable. |