IHP Api Reference
Copyright(c) digitally induced GmbH 2021
Safe HaskellSafe-Inferred

IHP.ServerSideComponent.ControllerFunctions

Description

 

Documentation

setState :: (?instanceRef :: IORef (ComponentInstance state), ?connection :: Connection, Component state action, ?context :: ControllerContext) => state -> IO () Source #

getState :: (?instanceRef :: IORef (ComponentInstance state)) => IO state Source #

deriveSSC :: Name -> Q [Dec] Source #

Orphan instances