Class: AutoLinkNode
@lexical/link.AutoLinkNode
Hierarchy
-
↳
AutoLinkNode
Constructors
constructor
• new AutoLinkNode(url
, attributes?
, key?
): AutoLinkNode
Parameters
Name | Type |
---|---|
url | string |
attributes | LinkAttributes |
key? | string |
Returns
Inherited from
Defined in
packages/lexical-link/src/index.ts:76
Properties
constructor
• constructor: KlassConstructor
<typeof ElementNode
>
Inherited from
LinkNode.constructor
Defined in
packages/lexical/src/nodes/LexicalElementNode.ts:62
Methods
canBeEmpty
▸ canBeEmpty(): false
Returns
false
Inherited from
Defined in
packages/lexical-link/src/index.ts:245
canInsertTextAfter
▸ canInsertTextAfter(): false
Returns
false
Inherited from
Defined in
packages/lexical-link/src/index.ts:241
canInsertTextBefore
▸ canInsertTextBefore(): false
Returns
false
Inherited from
Defined in
packages/lexical-link/src/index.ts:237
exportJSON
▸ exportJSON(): SerializedLinkNode
Controls how the this node is serialized to JSON. This is important for copy and paste between Lexical editors sharing the same namespace. It's also important if you're serializing to JSON for persistent storage somewhere. See Serialization & Deserialization.
Returns
Overrides
Defined in
packages/lexical-link/src/index.ts:346
extractWithChild
▸ extractWithChild(child
, selection
, destination
): boolean
Parameters
Name | Type |
---|---|
child | LexicalNode |
selection | BaseSelection |
destination | "clone" | "html" |
Returns
boolean
Inherited from
Defined in
packages/lexical-link/src/index.ts:253
getRel
▸ getRel(): null
| string
Returns
null
| string
Inherited from
Defined in
packages/lexical-link/src/index.ts:206
getTarget
▸ getTarget(): null
| string
Returns
null
| string
Inherited from
Defined in
packages/lexical-link/src/index.ts:197
getTitle
▸ getTitle(): null
| string
Returns
null
| string
Inherited from
Defined in
packages/lexical-link/src/index.ts:215
getURL
▸ getURL(): string
Returns
string