| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
MiniLight.Loader.Internal.Types
Documentation
Constructors
| Hook | |
Fields 
  | |
Instances
| Show Hook Source # | |
| Generic Hook Source # | |
| ToJSON Hook Source # | |
Defined in MiniLight.Loader.Internal.Types  | |
| FromJSON Hook Source # | |
| type Rep Hook Source # | |
Defined in MiniLight.Loader.Internal.Types type Rep Hook = D1 ('MetaData "Hook" "MiniLight.Loader.Internal.Types" "minilight-0.5.0-inplace" 'False) (C1 ('MetaCons "Hook" 'PrefixI 'True) (S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Value)))  | |
data ComponentConfig Source #
A configuration for a component
Constructors
| ComponentConfig | |
Instances
| ToJSON ComponentConfig Source # | |
Defined in MiniLight.Loader.Internal.Types Methods toJSON :: ComponentConfig -> Value # toEncoding :: ComponentConfig -> Encoding # toJSONList :: [ComponentConfig] -> Value # toEncodingList :: [ComponentConfig] -> Encoding #  | |
| FromJSON ComponentConfig Source # | |
Defined in MiniLight.Loader.Internal.Types Methods parseJSON :: Value -> Parser ComponentConfig # parseJSONList :: Value -> Parser [ComponentConfig] #  | |
A configuration for the application itself