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