Module
Panda.Property
- Package
- purescript-panda
- Repository
- i-am-tom/purescript-panda
#StaticProperty Source
type StaticProperty = forall event state update. Property update state event
Static properties are those whose update state event
triple can be
anything.
#accept Source
accept :: String -> StaticProperty
#action Source
action :: String -> StaticProperty
#align Source
align :: String -> StaticProperty
#alt Source
alt :: String -> StaticProperty
#async Source
async :: String -> StaticProperty
#autocomplete Source
autocomplete :: String -> StaticProperty
#autofocus Source
autofocus :: String -> StaticProperty
#autoplay Source
autoplay :: String -> StaticProperty
#bgcolor Source
bgcolor :: String -> StaticProperty
#border Source
border :: String -> StaticProperty
#buffered Source
buffered :: String -> StaticProperty
#challenge Source
challenge :: String -> StaticProperty
#charset Source
charset :: String -> StaticProperty
#checked Source
checked :: String -> StaticProperty
#cite Source
cite :: String -> StaticProperty
#className Source
className :: String -> StaticProperty
#code Source
code :: String -> StaticProperty
#codebase Source
codebase :: String -> StaticProperty
#color Source
color :: String -> StaticProperty
#cols Source
cols :: String -> StaticProperty
#colspan Source
colspan :: String -> StaticProperty
#content Source
content :: String -> StaticProperty
#controls Source
controls :: String -> StaticProperty
#coords Source
coords :: String -> StaticProperty
#crossorigin Source
crossorigin :: String -> StaticProperty
#data_ Source
data_ :: String -> StaticProperty
#datetime Source
datetime :: String -> StaticProperty
#default Source
default :: String -> StaticProperty
#defer Source
defer :: String -> StaticProperty
#dirname Source
dirname :: String -> StaticProperty
#disabled Source
disabled :: String -> StaticProperty
#download Source
download :: String -> StaticProperty
#enctype Source
enctype :: String -> StaticProperty
#eventToDragEvent Source
eventToDragEvent :: Event -> DragEvent
Event conversions
#eventToErrorEvent Source
eventToErrorEvent :: Event -> ErrorEvent
#eventToFocusEvent Source
eventToFocusEvent :: Event -> FocusEvent
#eventToInputEvent Source
eventToInputEvent :: Event -> InputEvent
#eventToMouseEvent Source
eventToMouseEvent :: Event -> MouseEvent
#eventToTouchEvent Source
eventToTouchEvent :: Event -> TouchEvent
#eventToWheelEvent Source
eventToWheelEvent :: Event -> WheelEvent
#for Source
for :: String -> StaticProperty
#form Source
form :: String -> StaticProperty
#formaction Source
formaction :: String -> StaticProperty
#headers Source
headers :: String -> StaticProperty
#height Source
height :: String -> StaticProperty
#high Source
high :: String -> StaticProperty
#href Source
href :: String -> StaticProperty
#hreflang Source
hreflang :: String -> StaticProperty
#http Source
http :: String -> StaticProperty
#icon Source
icon :: String -> StaticProperty
#integrity Source
integrity :: String -> StaticProperty
#ismap Source
ismap :: String -> StaticProperty
#keytype Source
keytype :: String -> StaticProperty
#kind Source
kind :: String -> StaticProperty
#label Source
label :: String -> StaticProperty
#language Source
language :: String -> StaticProperty
#list Source
list :: String -> StaticProperty
#loop Source
loop :: String -> StaticProperty
#low Source
low :: String -> StaticProperty
#makeProducer Source
makeProducer :: forall input. Producer -> (Event -> input) -> Producer input
Specifically build a producer of a given input type.
#makeProducer' Source
makeProducer' :: forall event state update. Producer -> (Event -> Maybe event) -> Property update state event
Make a producer with the given handler.
#manifest Source
manifest :: String -> StaticProperty
#max Source
max :: String -> StaticProperty
#maxlength Source
maxlength :: String -> StaticProperty
#media Source
media :: String -> StaticProperty
#method Source
method :: String -> StaticProperty
#min Source
min :: String -> StaticProperty
#minlength Source
minlength :: String -> StaticProperty
#multiple Source
multiple :: String -> StaticProperty
#muted Source
muted :: String -> StaticProperty
#name Source
name :: String -> StaticProperty
#novalidate Source
novalidate :: String -> StaticProperty
#open Source
open :: String -> StaticProperty
#optimum Source
optimum :: String -> StaticProperty
#pattern Source
pattern :: String -> StaticProperty
#ping Source
ping :: String -> StaticProperty
#placeholder Source
placeholder :: String -> StaticProperty
#poster Source
poster :: String -> StaticProperty
#preload Source
preload :: String -> StaticProperty
#radiogroup Source
radiogroup :: String -> StaticProperty
#readonly Source
readonly :: String -> StaticProperty
#rel Source
rel :: String -> StaticProperty
#required Source
required :: String -> StaticProperty
#reversed Source
reversed :: String -> StaticProperty
#rows Source
rows :: String -> StaticProperty
#rowspan Source
rowspan :: String -> StaticProperty
#sandbox Source
sandbox :: String -> StaticProperty
#scope Source
scope :: String -> StaticProperty
#scoped Source
scoped :: String -> StaticProperty
#seamless Source
seamless :: String -> StaticProperty
#selected Source
selected :: String -> StaticProperty
#shape Source
shape :: String -> StaticProperty
#size Source
size :: String -> StaticProperty
#sizes Source
sizes :: String -> StaticProperty
#span Source
span :: String -> StaticProperty
#src Source
src :: String -> StaticProperty
#srcdoc Source
srcdoc :: String -> StaticProperty
#srclang Source
srclang :: String -> StaticProperty
#srcset Source
srcset :: String -> StaticProperty
#start Source
start :: String -> StaticProperty
#step Source
step :: String -> StaticProperty
#summary Source
summary :: String -> StaticProperty
#target Source
target :: String -> StaticProperty
#targetValue Source
targetValue :: forall event. (String -> Maybe event) -> Event -> Maybe event
Get the value of the target DOM element.
#type_ Source
type_ :: String -> StaticProperty
#usemap Source
usemap :: String -> StaticProperty
#value Source
value :: String -> StaticProperty
#width Source
width :: String -> StaticProperty
#wrap Source
wrap :: String -> StaticProperty
Re-exports from Panda.Property.Watchers
#Renderer Source
type Renderer update state event = { state :: state, update :: update } -> Array PropertyUpdate