toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
Element
Element
js
external
interface
Element
Members
Properties
attributes
Link copied to clipboard
js
abstract
var
attributes
:
Array
<
Array
<
String
>
>
namespace
URI
Link copied to clipboard
js
abstract
var
namespaceURI
:
String
removed
Link copied to clipboard
js
abstract
var
removed
:
Boolean
tag
Name
Link copied to clipboard
js
abstract
var
tagName
:
String
Functions
after
Link copied to clipboard
js
abstract
fun
after
(
content
:
String
,
options
:
ContentOptions
=
definedExternally
)
:
Element
append
Link copied to clipboard
js
abstract
fun
append
(
content
:
String
,
options
:
ContentOptions
=
definedExternally
)
:
Element
before
Link copied to clipboard
js
abstract
fun
before
(
content
:
String
,
options
:
ContentOptions
=
definedExternally
)
:
Element
get
Attribute
Link copied to clipboard
js
abstract
fun
getAttribute
(
name
:
String
)
:
String
?
has
Attribute
Link copied to clipboard
js
abstract
fun
hasAttribute
(
name
:
String
)
:
Boolean
on
End
Tag
Link copied to clipboard
js
abstract
fun
onEndTag
(
handler
:
(
tag
:
EndTag
)
->
Any
)
prepend
Link copied to clipboard
js
abstract
fun
prepend
(
content
:
String
,
options
:
ContentOptions
=
definedExternally
)
:
Element
remove
Link copied to clipboard
js
abstract
fun
remove
(
)
:
Element
remove
And
Keep
Content
Link copied to clipboard
js
abstract
fun
removeAndKeepContent
(
)
:
Element
remove
Attribute
Link copied to clipboard
js
abstract
fun
removeAttribute
(
name
:
String
)
:
Element
replace
Link copied to clipboard
js
abstract
fun
replace
(
content
:
String
,
options
:
ContentOptions
=
definedExternally
)
:
Element
set
Attribute
Link copied to clipboard
js
abstract
fun
setAttribute
(
name
:
String
,
value
:
String
)
:
Element
set
Inner
Content
Link copied to clipboard
js
abstract
fun
setInnerContent
(
content
:
String
,
options
:
ContentOptions
=
definedExternally
)
:
Element