Module
Reactor.Internal.Types
- Package
- purescript-grid-reactors
- Repository
- Eugleo/purescript-grid-reactors
#Properties Source
type Properties :: (Type -> Type) -> Type -> Type
type Properties m world = { cellSize :: Int, draw :: world -> Drawing, height :: Int, onKey :: KeypressEvent -> Action m world DefaultBehavior, onMouse :: MouseEvent -> Action m world DefaultBehavior, onTick :: TickEvent -> Action m world Unit, title :: String, width :: Int }