Class: AutoLinkNode
@lexical/link.AutoLinkNode
Hierarchy
↳
AutoLinkNode
Constructors
constructor
• new AutoLinkNode(url
, attributes?
, key?
)
Parameters
Name | Type |
---|---|
url | string |
attributes | LinkAttributes |
key? | string |
Inherited from
Defined in
lexical-link/src/index.ts:69
Methods
canBeEmpty
▸ canBeEmpty(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:183
canInsertTextAfter
▸ canInsertTextAfter(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:179
canInsertTextBefore
▸ canInsertTextBefore(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:175
extractWithChild
▸ extractWithChild(child
, selection
, destination
): boolean
Parameters
Name | Type |
---|---|
child | LexicalNode |
selection | RangeSelection | NodeSelection | GridSelection |
destination | "clone" | "html" |
Returns
boolean
Inherited from
Defined in
lexical-link/src/index.ts:191
getRel
▸ getRel(): null
| string
Returns
null
| string
Inherited from
Defined in
lexical-link/src/index.ts:147
getTarget
▸ getTarget(): null
| string
Returns
null
| string
Inherited from
Defined in
lexical-link/src/index.ts:138
getURL
▸ getURL(): string
Returns
string
Inherited from
Defined in
lexical-link/src/index.ts:129
insertNewAfter
▸ insertNewAfter(selection
, restoreSelection?
): null
| ElementNode
Parameters
Name | Type | Default value |
---|---|---|
selection | RangeSelection | undefined |
restoreSelection | boolean | true |
Returns
null
| ElementNode
Overrides
Defined in
lexical-link/src/index.ts:266
isInline
▸ isInline(): true
Returns
true
Inherited from
Defined in
lexical-link/src/index.ts:187
setRel
▸ setRel(rel
): void
Parameters
Name | Type |
---|---|
rel | null | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:151
setTarget
▸ setTarget(target
): void
Parameters
Name | Type |
---|---|
target | null | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:142
setURL
▸ setURL(url
): void
Parameters
Name | Type |
---|---|
url | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:133
clone
▸ Static
clone(node
): AutoLinkNode
Parameters
Name | Type |
---|---|
node | AutoLinkNode |
Returns
Overrides
Defined in
lexical-link/src/index.ts:253
getType
▸ Static
getType(): string
Returns
string
Overrides
Defined in
lexical-link/src/index.ts:249
importDOM
▸ Static
importDOM(): null
Returns
null
Overrides
Defined in
lexical-link/src/index.ts:261