Module

Sketch.Settings

Package
purescript-sketch
Repository
iarthstar/purescript-sketch

#globalSettingForKey Source

#setGlobalSettingForKey Source

setGlobalSettingForKey :: forall a. Encode a => String -> a -> Effect Unit

#settingForKey Source

#setSettingForKey Source

setSettingForKey :: forall a. Encode a => String -> a -> Effect Unit

#sessionVariable Source

#setSessionVariable Source

setSessionVariable :: forall a. Encode a => String -> a -> Effect Unit