Class: AutoLinkNode
lexical-link/src.AutoLinkNode
Hierarchy
↳
AutoLinkNode
Constructors
constructor
• new AutoLinkNode(url
, attributes?
, key?
)
Parameters
Name | Type |
---|---|
url | string |
attributes | Object |
attributes.rel? | null | string |
attributes.target? | null | string |
key? | string |
Inherited from
Defined in
lexical-link/src/index.ts:64
Methods
canBeEmpty
▸ canBeEmpty(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:203
canInsertTextAfter
▸ canInsertTextAfter(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:199
canInsertTextBefore
▸ canInsertTextBefore(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:195
exportJSON
▸ exportJSON(): SerializedAutoLinkNode
Returns
Overrides
Defined in
lexical-link/src/index.ts:297
extractWithChild
▸ extractWithChild(child
, selection
, destination
): boolean
Parameters
Name | Type |
---|---|
child | LexicalNode |
selection | RangeSelection | NodeSelection | GridSelection |
destination | "html" | "clone" |
Returns
boolean
Inherited from
Defined in
lexical-link/src/index.ts:211
getRel
▸ getRel(): null
| string
Returns
null
| string
Inherited from
Defined in
lexical-link/src/index.ts:173
getTarget
▸ getTarget(): null
| string
Returns
null
| string
Inherited from
Defined in
lexical-link/src/index.ts:164
getURL
▸ getURL(): string
Returns
string
Inherited from
Defined in
lexical-link/src/index.ts:155
insertNewAfter
▸ insertNewAfter(selection
): null
| ElementNode
Parameters
Name | Type |
---|---|
selection | RangeSelection |
Returns
null
| ElementNode
Overrides
Defined in
lexical-link/src/index.ts:305
isInline
▸ isInline(): true
Returns
true
Inherited from
Defined in
lexical-link/src/index.ts:207
setRel
▸ setRel(rel
): void
Parameters
Name | Type |
---|---|
rel | null | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:177
setTarget
▸ setTarget(target
): void
Parameters
Name | Type |
---|---|
target | null | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:168
setURL
▸ setURL(url
): void
Parameters
Name | Type |
---|---|
url | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:159
clone
▸ Static
clone(node
): AutoLinkNode
Parameters
Name | Type |
---|---|
node | AutoLinkNode |
Returns
Overrides
Defined in
lexical-link/src/index.ts:273
getType
▸ Static
getType(): string
Returns
string
Overrides
Defined in
lexical-link/src/index.ts:269
importDOM
▸ Static
importDOM(): null
Returns
null
Overrides
Defined in
lexical-link/src/index.ts:292
importJSON
▸ Static
importJSON(serializedNode
): AutoLinkNode
Parameters
Name | Type |
---|---|
serializedNode | SerializedAutoLinkNode |
Returns
Overrides
Defined in
lexical-link/src/index.ts:281