Return to Roc packages
Documentation
Html
▶
Html
ssr_document
text
element
area
base
br
col
embed
hr
img
input
link
meta
source
track
wbr
a
abbr
address
article
aside
audio
b
bdi
bdo
blockquote
body
button
canvas
caption
cite
code
colgroup
data
datalist
dd
del
details
dfn
dialog
div
dl
dt
em
fieldset
figcaption
figure
footer
form
h1
h2
h3
h4
h5
h6
head
header
html
i
iframe
ins
kbd
label
legend
li
main
map
mark
math
menu
meter
nav
noscript
object
ol
optgroup
option
output
p
picture
portal
pre
progress
q
rp
rt
ruby
s
samp
script
section
select
slot
small
span
strong
style
sub
summary
sup
svg
table
tbody
td
template
textarea
tfoot
th
thead
time
title
tr
u
ul
use
var
video
Attribute
▶
Attribute
classes
class_list
style
data
aria
allowfullscreen
alpha
async
autofocus
autoplay
controls
default
defer
formnovalidate
inert
ismap
itemscope
loop
multiple
muted
nomodule
novalidate
open
playsinline
readonly
required
reversed
selected
shadowrootclonable
shadowrootdelegatesfocus
shadowrootserializable
checked
disabled
attribute
accept
accept_charset
accesskey
action
align
allow
alt
autocapitalize
autocomplete
background
bgcolor
border
buffered
capture
challenge
charset
cite
class
code
codebase
color
cols
colspan
content
contenteditable
contextmenu
coords
crossorigin
csp
datetime
decoding
dir
dirname
download
draggable
enctype
enterkeyhint
for
form
formaction
formenctype
formmethod
formtarget
headers
height
hidden
high
href
hreflang
http_equiv
icon
id
importance
inputmode
integrity
intrinsicsize
itemprop
itemtype
keytype
kind
label
lang
language
list
loading
low
manifest
max
maxlength
media
method
min
minlength
name
oncontextmenu
optimum
pattern
ping
placeholder
poster
preload
property
radiogroup
referrerpolicy
rel
role
rows
rowspan
sandbox
scope
scoped
shape
size
sizes
slot
span
spellcheck
src
srcdoc
srclang
srcset
start
step
summary
tabindex
target
title
translate
type
usemap
value
width
wrap
Event
▶
on_click
on_click_stop_propagation
on_click_prevent_default
on_click_custom
on_input
on_input_stop_propagation
on_input_prevent_default
on_input_custom
on_change
on_change_stop_propagation
on_change_prevent_default
on_change_custom
on_keyup
on_keyup_stop_propagation
on_keyup_prevent_default
on_keyup_custom
on_keydown
on_keydown_stop_propagation
on_keydown_prevent_default
on_keydown_custom
on_touchstart
on_touchstart_stop_propagation
on_touchstart_prevent_default
on_touchstart_custom
on_touchmove
on_touchmove_stop_propagation
on_touchmove_prevent_default
on_touchmove_custom
on_touchend
on_touchend_stop_propagation
on_touchend_prevent_default
on_touchend_custom
on_mousedown
on_mousedown_stop_propagation
on_mousedown_prevent_default
on_mousedown_custom
on_mousemove
on_mousemove_stop_propagation
on_mousemove_prevent_default
on_mousemove_custom
on_mouseup
on_mouseup_stop_propagation
on_mouseup_prevent_default
on_mouseup_custom
on_mouseleave
on_mouseleave_stop_propagation
on_mouseleave_prevent_default
on_mouseleave_custom
(press
s
)
Html
.
Html
Html
.
ssr_document
: Html state -> Str
Html
.
text
: Str -> Html state
Html
.
element
: Str -> List Attribute, List (Html state) -> Html state
Html
.
area
Html
.
base
Html
.
br
Html
.
col
Html
.
embed
Html
.
hr
Html
.
img
Html
.
input
Html
.
link
Html
.
meta
Html
.
source
Html
.
track
Html
.
wbr
Html
.
a
Html
.
abbr
Html
.
address
Html
.
article
Html
.
aside
Html
.
audio
Html
.
b
Html
.
bdi
Html
.
bdo
Html
.
blockquote
Html
.
body
Html
.
button
Html
.
canvas
Html
.
caption
Html
.
cite
Html
.
code
Html
.
colgroup
Html
.
data
Html
.
datalist
Html
.
dd
Html
.
del
Html
.
details
Html
.
dfn
Html
.
dialog
Html
.
div
Html
.
dl
Html
.
dt
Html
.
em
Html
.
fieldset
Html
.
figcaption
Html
.
figure
Html
.
footer
Html
.
form
Html
.
h1
Html
.
h2
Html
.
h3
Html
.
h4
Html
.
h5
Html
.
h6
Html
.
head
Html
.
header
Html
.
html
Html
.
i
Html
.
iframe
Html
.
ins
Html
.
kbd
Html
.
label
Html
.
legend
Html
.
li
Html
.
main
Html
.
map
Html
.
mark
Html
.
math
Html
.
menu
Html
.
meter
Html
.
nav
Html
.
noscript
Html
.
object
Html
.
ol
Html
.
optgroup
Html
.
option
Html
.
output
Html
.
p
Html
.
picture
Html
.
portal
Html
.
pre
Html
.
progress
Html
.
q
Html
.
rp
Html
.
rt
Html
.
ruby
Html
.
s
Html
.
samp
Html
.
script
Html
.
section
Html
.
select
Html
.
slot
Html
.
small
Html
.
span
Html
.
strong
Html
.
style
Html
.
sub
Html
.
summary
Html
.
sup
Html
.
svg
Html
.
table
Html
.
tbody
Html
.
td
Html
.
template
Html
.
textarea
Html
.
tfoot
Html
.
th
Html
.
thead
Html
.
time
Html
.
title
Html
.
tr
Html
.
u
Html
.
ul
Html
.
use
Html
.
var
Html
.
video
Attribute
.
Attribute
Attribute
.
classes
: List Str -> Attribute
Attribute
.
class_list
: List ( Str, Bool ) -> Attribute
Attribute
.
style
: List ( Str, Str ) -> Attribute
Attribute
.
data
: Str, Str -> Attribute
Attribute
.
aria
: Str, Str -> Attribute
Attribute
.
allowfullscreen
Attribute
.
alpha
Attribute
.
async
Attribute
.
autofocus
Attribute
.
autoplay
Attribute
.
controls
Attribute
.
default
Attribute
.
defer
Attribute
.
formnovalidate
Attribute
.
inert
Attribute
.
ismap
Attribute
.
itemscope
Attribute
.
loop
Attribute
.
multiple
Attribute
.
muted
Attribute
.
nomodule
Attribute
.
novalidate
Attribute
.
open
Attribute
.
playsinline
Attribute
.
readonly
Attribute
.
required
Attribute
.
reversed
Attribute
.
selected
Attribute
.
shadowrootclonable
Attribute
.
shadowrootdelegatesfocus
Attribute
.
shadowrootserializable
Attribute
.
checked
: Bool -> Attribute
Attribute
.
disabled
: Bool -> Attribute
Attribute
.
attribute
: Str, Str -> Attribute
Attribute
.
accept
Attribute
.
accept_charset
Attribute
.
accesskey
Attribute
.
action
Attribute
.
align
Attribute
.
allow
Attribute
.
alt
Attribute
.
autocapitalize
Attribute
.
autocomplete
Attribute
.
background
Attribute
.
bgcolor
Attribute
.
border
Attribute
.
buffered
Attribute
.
capture
Attribute
.
challenge
Attribute
.
charset
Attribute
.
cite
Attribute
.
class
Attribute
.
code
Attribute
.
codebase
Attribute
.
color
Attribute
.
cols
Attribute
.
colspan
Attribute
.
content
Attribute
.
contenteditable
Attribute
.
contextmenu
Attribute
.
coords
Attribute
.
crossorigin
Attribute
.
csp
Attribute
.
datetime
Attribute
.
decoding
Attribute
.
dir
Attribute
.
dirname
Attribute
.
download
Attribute
.
draggable
Attribute
.
enctype
Attribute
.
enterkeyhint
Attribute
.
for
Attribute
.
form
Attribute
.
formaction
Attribute
.
formenctype
Attribute
.
formmethod
Attribute
.
formtarget
Attribute
.
headers
Attribute
.
height
Attribute
.
hidden
Attribute
.
high
Attribute
.
href
Attribute
.
hreflang
Attribute
.
http_equiv
Attribute
.
icon
Attribute
.
id
Attribute
.
importance
Attribute
.
inputmode
Attribute
.
integrity
Attribute
.
intrinsicsize
Attribute
.
itemprop
Attribute
.
itemtype
Attribute
.
keytype
Attribute
.
kind
Attribute
.
label
Attribute
.
lang
Attribute
.
language
Attribute
.
list
Attribute
.
loading
Attribute
.
low
Attribute
.
manifest
Attribute
.
max
Attribute
.
maxlength
Attribute
.
media
Attribute
.
method
Attribute
.
min
Attribute
.
minlength
Attribute
.
name
Attribute
.
oncontextmenu
Attribute
.
optimum
Attribute
.
pattern
Attribute
.
ping
Attribute
.
placeholder
Attribute
.
poster
Attribute
.
preload
Attribute
.
property
Attribute
.
radiogroup
Attribute
.
referrerpolicy
Attribute
.
rel
Attribute
.
role
Attribute
.
rows
Attribute
.
rowspan
Attribute
.
sandbox
Attribute
.
scope
Attribute
.
scoped
Attribute
.
shape
Attribute
.
size
Attribute
.
sizes
Attribute
.
slot
Attribute
.
span
Attribute
.
spellcheck
Attribute
.
src
Attribute
.
srcdoc
Attribute
.
srclang
Attribute
.
srcset
Attribute
.
start
Attribute
.
step
Attribute
.
summary
Attribute
.
tabindex
Attribute
.
target
Attribute
.
title
Attribute
.
translate
Attribute
.
type
Attribute
.
usemap
Attribute
.
value
Attribute
.
width
Attribute
.
wrap
Event
.
on_click
: Str -> Attribute
Event
.
on_click_stop_propagation
: Str, Bool -> Attribute
Event
.
on_click_prevent_default
: Str, Bool -> Attribute
Event
.
on_click_custom
: Str, Bool, Bool -> Attribute
Event
.
on_input
: Str -> Attribute
Event
.
on_input_stop_propagation
: Str, Bool -> Attribute
Event
.
on_input_prevent_default
: Str, Bool -> Attribute
Event
.
on_input_custom
: Str, Bool, Bool -> Attribute
Event
.
on_change
: Str -> Attribute
Event
.
on_change_stop_propagation
: Str, Bool -> Attribute
Event
.
on_change_prevent_default
: Str, Bool -> Attribute
Event
.
on_change_custom
: Str, Bool, Bool -> Attribute
Event
.
on_keyup
: Str -> Attribute
Event
.
on_keyup_stop_propagation
: Str, Bool -> Attribute
Event
.
on_keyup_prevent_default
: Str, Bool -> Attribute
Event
.
on_keyup_custom
: Str, Bool, Bool -> Attribute
Event
.
on_keydown
: Str -> Attribute
Event
.
on_keydown_stop_propagation
: Str, Bool -> Attribute
Event
.
on_keydown_prevent_default
: Str, Bool -> Attribute
Event
.
on_keydown_custom
: Str, Bool, Bool -> Attribute
Event
.
on_touchstart
: Str -> Attribute
Event
.
on_touchstart_stop_propagation
: Str, Bool -> Attribute
Event
.
on_touchstart_prevent_default
: Str, Bool -> Attribute
Event
.
on_touchstart_custom
: Str, Bool, Bool -> Attribute
Event
.
on_touchmove
: Str -> Attribute
Event
.
on_touchmove_stop_propagation
: Str, Bool -> Attribute
Event
.
on_touchmove_prevent_default
: Str, Bool -> Attribute
Event
.
on_touchmove_custom
: Str, Bool, Bool -> Attribute
Event
.
on_touchend
: Str -> Attribute
Event
.
on_touchend_stop_propagation
: Str, Bool -> Attribute
Event
.
on_touchend_prevent_default
: Str, Bool -> Attribute
Event
.
on_touchend_custom
: Str, Bool, Bool -> Attribute
Event
.
on_mousedown
: Str -> Attribute
Event
.
on_mousedown_stop_propagation
: Str, Bool -> Attribute
Event
.
on_mousedown_prevent_default
: Str, Bool -> Attribute
Event
.
on_mousedown_custom
: Str, Bool, Bool -> Attribute
Event
.
on_mousemove
: Str -> Attribute
Event
.
on_mousemove_stop_propagation
: Str, Bool -> Attribute
Event
.
on_mousemove_prevent_default
: Str, Bool -> Attribute
Event
.
on_mousemove_custom
: Str, Bool, Bool -> Attribute
Event
.
on_mouseup
: Str -> Attribute
Event
.
on_mouseup_stop_propagation
: Str, Bool -> Attribute
Event
.
on_mouseup_prevent_default
: Str, Bool -> Attribute
Event
.
on_mouseup_custom
: Str, Bool, Bool -> Attribute
Event
.
on_mouseleave
: Str -> Attribute
Event
.
on_mouseleave_stop_propagation
: Str, Bool -> Attribute
Event
.
on_mouseleave_prevent_default
: Str, Bool -> Attribute
Event
.
on_mouseleave_custom
: Str, Bool, Bool -> Attribute
🤖
AI docs
Exposed Modules
Html
Attribute
Event