Class: NodeSelection
lexical.NodeSelection
Implements
Constructors
constructor
• new NodeSelection(objects
)
Parameters
Name | Type |
---|---|
objects | Set <string > |
Defined in
lexical/src/LexicalSelection.ts:354
Properties
_cachedNodes
• _cachedNodes: null
| LexicalNode
[]
Defined in
lexical/src/LexicalSelection.ts:352
_nodes
• _nodes: Set
<string
>
Defined in
lexical/src/LexicalSelection.ts:350
dirty
• dirty: boolean
Implementation of
Defined in
lexical/src/LexicalSelection.ts:351
Methods
add
▸ add(key
): void
Parameters
Name | Type |
---|---|
key | string |
Returns
void
Defined in
lexical/src/LexicalSelection.ts:377
clear
▸ clear(): void
Returns
void
Defined in
lexical/src/LexicalSelection.ts:389
clone
▸ clone(): NodeSelection
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:399
delete
▸ delete(key
): void
Parameters
Name | Type |
---|---|
key | string |
Returns
void
Defined in
lexical/src/LexicalSelection.ts:383
extract
▸ extract(): LexicalNode
[]
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:403
getCachedNodes
▸ getCachedNodes(): null
| LexicalNode
[]
Returns
null
| LexicalNode
[]
Implementation of
Defined in
lexical/src/LexicalSelection.ts:360
getNodes
▸ getNodes(): LexicalNode
[]
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:434
getTextContent
▸ getTextContent(): string
Returns
string
Implementation of
Defined in
lexical/src/LexicalSelection.ts:453
has
▸ has(key
): boolean
Parameters
Name | Type |
---|---|
key | string |
Returns
boolean
Defined in
lexical/src/LexicalSelection.ts:395
insertNodes
▸ insertNodes(nodes
): void
Parameters
Name | Type |
---|---|
nodes | LexicalNode [] |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:415
insertRawText
▸ insertRawText(text
): void
Parameters
Name | Type |
---|---|
text | string |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:407
insertText
▸ insertText(): void
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:411
is
▸ is(selection
): boolean
Parameters
Name | Type |
---|---|
selection | null | BaseSelection |
Returns
boolean
Implementation of
Defined in
lexical/src/LexicalSelection.ts:368
setCachedNodes
▸ setCachedNodes(nodes
): void
Parameters
Name | Type |
---|---|
nodes | null | LexicalNode [] |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:364