Ktor
Toggle table of contents
3.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
Platform filter
common
Switch theme
Search in API
Ktor
ktor-htmx-html
/
io.ktor.htmx.html
/
HxAttributes
Hx
Attributes
@
ExperimentalKtorApi
class
HxAttributes
(
val
map
:
DelegatingMap
)
:
StringMapDelegate
(
source
)
Members
Constructors
Hx
Attributes
Link copied to clipboard
constructor
(
map
:
DelegatingMap
)
Types
On
Link copied to clipboard
@
JvmInline
value
class
On
(
attributes
:
MutableMap
<
String
,
String
>
)
Properties
get
Link copied to clipboard
var
get
:
String
?
map
Link copied to clipboard
open
override
val
map
:
DelegatingMap
on
Link copied to clipboard
val
on
:
HxAttributes.On
post
Link copied to clipboard
var
post
:
String
?
push
Url
Link copied to clipboard
var
pushUrl
:
String
?
select
Link copied to clipboard
var
select
:
String
?
select
Oob
Link copied to clipboard
var
selectOob
:
String
?
swap
Link copied to clipboard
var
swap
:
String
?
swap
Oob
Link copied to clipboard
var
swapOob
:
String
?
target
Link copied to clipboard
var
target
:
String
?
trigger
Link copied to clipboard
var
trigger
:
String
?
vals
Link copied to clipboard
var
vals
:
String
?
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
String
)
:
String
?
on
Link copied to clipboard
fun
on
(
event
:
String
,
script
:
String
)
remove
Link copied to clipboard
open
override
fun
remove
(
key
:
String
)
:
String
?
set
Link copied to clipboard
open
operator override
fun
set
(
key
:
String
,
value
:
String
)