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:71
Methods
canBeEmpty
▸ canBeEmpty(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:210
canInsertTextAfter
▸ canInsertTextAfter(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:206
canInsertTextBefore
▸ canInsertTextBefore(): false
Returns
false
Inherited from
Defined in
lexical-link/src/index.ts:202
exportJSON
▸ exportJSON(): SerializedAutoLinkNode
Returns
Overrides
Defined in
lexical-link/src/index.ts:304
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:218
getRel
▸ getRel(): null
| string
Returns
null
| string
Inherited from
Defined in
lexical-link/src/index.ts:180
getTarget
▸ getTarget(): null
| string
Returns
null
| string
Inherited from
Defined in
lexical-link/src/index.ts:171
getURL
▸ getURL(): string
Returns
string
Inherited from
Defined in
lexical-link/src/index.ts:162
insertNewAfter
▸ insertNewAfter(selection
): null
| ElementNode
Parameters
Name | Type |
---|---|
selection | RangeSelection |
Returns
null
| ElementNode
Overrides
Defined in
lexical-link/src/index.ts:312
isInline
▸ isInline(): true
Returns
true
Inherited from
Defined in
lexical-link/src/index.ts:214
setRel
▸ setRel(rel
): void
Parameters
Name | Type |
---|---|
rel | null | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:184
setTarget
▸ setTarget(target
): void
Parameters
Name | Type |
---|---|
target | null | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:175
setURL
▸ setURL(url
): void
Parameters
Name | Type |
---|---|
url | string |
Returns
void
Inherited from
Defined in
lexical-link/src/index.ts:166
clone
▸ Static
clone(node
): AutoLinkNode
Parameters
Name | Type |
---|---|
node | AutoLinkNode |
Returns
Overrides
Defined in
lexical-link/src/index.ts:280
getType
▸ Static
getType(): string
Returns
string
Overrides
Defined in
lexical-link/src/index.ts:276
importDOM
▸ Static
importDOM(): null
Returns
null
Overrides
Defined in
lexical-link/src/index.ts:299
importJSON
▸ Static
importJSON(serializedNode
): AutoLinkNode
Parameters
Name | Type |
---|---|
serializedNode | SerializedAutoLinkNode |
Returns
Overrides
Defined in
lexical-link/src/index.ts:288