Home > @uniformdev/design-system > LinkNode
LinkNode class
Signature:
Extends: ElementNode
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(props, key) | Constructs a new instance of the <code>LinkNode</code> class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
__link | NonNullable<LinkParamValue> |
Methods
Method | Modifiers | Description |
---|---|---|
canBeEmpty() | ||
canInsertTextAfter() | ||
canInsertTextBefore() | ||
clone(node) | <code>static</code> | |
createDOM(config) | ||
exportJSON() | ||
getLink() | ||
getType() | <code>static</code> | |
importDOM() | <code>static</code> | |
importJSON(serializedNode) | <code>static</code> | |
insertNewAfter(selection, restoreSelection) | ||
isInline() | ||
setLink(link) | ||
updateDOM(prevNode, a) |