SongGuess
Preparing search index...
server/worker-configuration
EndTag
Interface EndTag
interface
EndTag
{
name
:
string
;
after
(
content
:
string
|
Response
|
ReadableStream
<
any
>
,
options
?:
ContentOptions
,
)
:
EndTag
;
before
(
content
:
string
|
Response
|
ReadableStream
<
any
>
,
options
?:
ContentOptions
,
)
:
EndTag
;
remove
()
:
EndTag
;
}
Index
Properties
name
Methods
after
before
remove
Properties
name
name
:
string
Methods
after
after
(
content
:
string
|
Response
|
ReadableStream
<
any
>
,
options
?:
ContentOptions
,
)
:
EndTag
Parameters
content
:
string
|
Response
|
ReadableStream
<
any
>
Optional
options
:
ContentOptions
Returns
EndTag
before
before
(
content
:
string
|
Response
|
ReadableStream
<
any
>
,
options
?:
ContentOptions
,
)
:
EndTag
Parameters
content
:
string
|
Response
|
ReadableStream
<
any
>
Optional
options
:
ContentOptions
Returns
EndTag
remove
remove
()
:
EndTag
Returns
EndTag
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
after
before
remove
SongGuess
Loading...