Module

Leaflet.Options

Package
purescript-leaflet-tdammers
Repository
tdammers/purescript-leaflet-tdammers

#OptVal Source

data OptVal :: Type

#Options Source

data Options :: Type

#optValString Source

#optValNumber Source

#optValInt Source

#optValBoolean Source

#unsafeOptVal Source

unsafeOptVal :: forall a. a -> OptVal

#mkOption Source

mkOption :: forall a. IsOptVal a => String -> a -> Tuple String OptVal

#mkOptionsJS Source

mkOptionsJS :: (forall a. Tuple String a -> String) -> (forall b. Tuple b OptVal -> OptVal) -> Array (Tuple String OptVal) -> Options

#IsOption Source

class IsOption a  where

Members

#mkOptions Source

mkOptions :: forall a. IsOption a => Array a -> Options