Copyright | (c) digitally induced GmbH 2021 |
---|---|
Safe Haskell | Safe-Inferred |
IHP.ServerSideComponent.ControllerFunctions
Contents
Description
Documentation
setState :: (?instanceRef :: IORef (ComponentInstance state), ?connection :: Connection, Component state action, ?context :: ControllerContext) => state -> IO () Source #
Orphan instances
FromJSON AttributeOperation Source # | |
Methods parseJSON :: Value -> Parser AttributeOperation # parseJSONList :: Value -> Parser [AttributeOperation] # | |
FromJSON NodeOperation Source # | |
Methods parseJSON :: Value -> Parser NodeOperation # parseJSONList :: Value -> Parser [NodeOperation] # | |
FromJSON Attribute Source # | |
FromJSON Node Source # | |
ToJSON AttributeOperation Source # | |
Methods toJSON :: AttributeOperation -> Value # toEncoding :: AttributeOperation -> Encoding # toJSONList :: [AttributeOperation] -> Value # toEncodingList :: [AttributeOperation] -> Encoding # | |
ToJSON NodeOperation Source # | |
Methods toJSON :: NodeOperation -> Value # toEncoding :: NodeOperation -> Encoding # toJSONList :: [NodeOperation] -> Value # toEncodingList :: [NodeOperation] -> Encoding # | |
ToJSON Attribute Source # | |
ToJSON Node Source # | |