Class: NodeSelection
lexical.NodeSelection
Implements
Constructors
constructor
• new NodeSelection(objects)
Parameters
| Name | Type |
|---|---|
objects | Set<string> |
Defined in
lexical/src/LexicalSelection.ts:365
Properties
_cachedNodes
• _cachedNodes: null | LexicalNode[]
Defined in
lexical/src/LexicalSelection.ts:363
_nodes
• _nodes: Set<string>
Defined in
lexical/src/LexicalSelection.ts:361
dirty
• dirty: boolean
Implementation of
Defined in
lexical/src/LexicalSelection.ts:362
Methods
add
▸ add(key): void
Parameters
| Name | Type |
|---|---|
key | string |
Returns
void
Defined in
lexical/src/LexicalSelection.ts:380
clear
▸ clear(): void
Returns
void
Defined in
lexical/src/LexicalSelection.ts:392
clone
▸ clone(): NodeSelection
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:402
delete
▸ delete(key): void
Parameters
| Name | Type |
|---|---|
key | string |
Returns
void
Defined in
lexical/src/LexicalSelection.ts:386
extract
▸ extract(): LexicalNode[]
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:406
getNodes
▸ getNodes(): LexicalNode[]
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:437
getTextContent
▸ getTextContent(): string
Returns
string
Implementation of
Defined in
lexical/src/LexicalSelection.ts:456
has
▸ has(key): boolean
Parameters
| Name | Type |
|---|---|
key | string |
Returns
boolean
Defined in
lexical/src/LexicalSelection.ts:398
insertNodes
▸ insertNodes(nodes): void
Parameters
| Name | Type |
|---|---|
nodes | LexicalNode[] |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:418
insertRawText
▸ insertRawText(text): void
Parameters
| Name | Type |
|---|---|
text | string |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:410
insertText
▸ insertText(): void
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:414
is
▸ is(selection): boolean
Parameters
| Name | Type |
|---|---|
selection | null | BaseSelection |
Returns
boolean
Implementation of
Defined in
lexical/src/LexicalSelection.ts:371