Class: NodeSelection
lexical.NodeSelection
Implements
Constructors
constructor
• new NodeSelection(objects
)
Parameters
Name | Type |
---|---|
objects | Set <string > |
Defined in
lexical/src/LexicalSelection.ts:284
Properties
_cachedNodes
• _cachedNodes: null
| LexicalNode
[]
Defined in
lexical/src/LexicalSelection.ts:282
_nodes
• _nodes: Set
<string
>
Defined in
lexical/src/LexicalSelection.ts:280
dirty
• dirty: boolean
Implementation of
Defined in
lexical/src/LexicalSelection.ts:281
Methods
add
▸ add(key
): void
Parameters
Name | Type |
---|---|
key | string |
Returns
void
Defined in
lexical/src/LexicalSelection.ts:307
clear
▸ clear(): void
Returns
void
Defined in
lexical/src/LexicalSelection.ts:319
clone
▸ clone(): NodeSelection
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:329
delete
▸ delete(key
): void
Parameters
Name | Type |
---|---|
key | string |
Returns
void
Defined in
lexical/src/LexicalSelection.ts:313
extract
▸ extract(): LexicalNode
[]
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:333
getCachedNodes
▸ getCachedNodes(): null
| LexicalNode
[]
Returns
null
| LexicalNode
[]
Implementation of
Defined in
lexical/src/LexicalSelection.ts:290
getNodes
▸ getNodes(): LexicalNode
[]
Returns
Implementation of
Defined in
lexical/src/LexicalSelection.ts:364
getTextContent
▸ getTextContent(): string
Returns
string
Implementation of
Defined in
lexical/src/LexicalSelection.ts:383
has
▸ has(key
): boolean
Parameters
Name | Type |
---|---|
key | string |
Returns
boolean
Defined in
lexical/src/LexicalSelection.ts:325
insertNodes
▸ insertNodes(nodes
): void
Parameters
Name | Type |
---|---|
nodes | LexicalNode [] |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:345
insertRawText
▸ insertRawText(text
): void
Parameters
Name | Type |
---|---|
text | string |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:337
insertText
▸ insertText(): void
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:341
is
▸ is(selection
): boolean
Parameters
Name | Type |
---|---|
selection | null | BaseSelection |
Returns
boolean
Implementation of
Defined in
lexical/src/LexicalSelection.ts:298
setCachedNodes
▸ setCachedNodes(nodes
): void
Parameters
Name | Type |
---|---|
nodes | null | LexicalNode [] |
Returns
void
Implementation of
Defined in
lexical/src/LexicalSelection.ts:294