toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-incubator
/
org.http4k.webdriver
/
HtmxCommand
Htmx
Command
data
class
HtmxCommand
(
val
method
:
Method
,
val
uri
:
String
,
val
target
:
Element
,
val
swap
:
HtmxSwap
)
Members
Constructors
Htmx
Command
Link copied to clipboard
constructor
(
method
:
Method
,
uri
:
String
,
target
:
Element
,
swap
:
HtmxSwap
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
method
Link copied to clipboard
val
method
:
Method
swap
Link copied to clipboard
val
swap
:
HtmxSwap
target
Link copied to clipboard
val
target
:
Element
uri
Link copied to clipboard
val
uri
:
String
Functions
perform
On
Link copied to clipboard
fun
performOn
(
element
:
HtmxJsoupWebElement
)