Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
Text
Interface Text
interface
Text
{
lastInTextNode
:
boolean
;
removed
:
boolean
;
text
:
string
;
after
(
content
,
options
?
)
:
Text
;
before
(
content
,
options
?
)
:
Text
;
remove
(
)
:
Text
;
replace
(
content
,
options
?
)
:
Text
;
}
Index
Properties
last
In
Text
Node
removed
text
Methods
after
before
remove
replace
Properties
Readonly
last
In
Text
Node
last
In
Text
Node
:
boolean
Readonly
removed
removed
:
boolean
Readonly
text
text
:
string
Methods
after
after
(
content
,
options
?
)
:
Text
Parameters
content
:
string
Optional
options
:
ContentOptions
Returns
Text
before
before
(
content
,
options
?
)
:
Text
Parameters
content
:
string
Optional
options
:
ContentOptions
Returns
Text
remove
remove
(
)
:
Text
Returns
Text
replace
replace
(
content
,
options
?
)
:
Text
Parameters
content
:
string
Optional
options
:
ContentOptions
Returns
Text
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
last
In
Text
Node
removed
text
after
before
remove
replace
@cloudflare/workers-types
Loading...