Module
Sketch.Settings
- Package
- purescript-sketch
- Repository
- iarthstar/purescript-sketch
#globalSettingForKey Source
globalSettingForKey :: forall a. Decode a => String -> Effect (Either (NonEmptyList ForeignError) a)#setGlobalSettingForKey Source
setGlobalSettingForKey :: forall a. Encode a => String -> a -> Effect Unit#settingForKey Source
settingForKey :: forall a. Decode a => String -> Effect (Either (NonEmptyList ForeignError) a)#sessionVariable Source
sessionVariable :: forall a. Decode a => String -> Effect (Either (NonEmptyList ForeignError) a)