Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getId :: (MonadDOM m, IsBasicCredential self, FromJSString result) => self -> m result
- getType :: (MonadDOM m, IsBasicCredential self, FromJSString result) => self -> m result
- newtype BasicCredential = BasicCredential {}
- gTypeBasicCredential :: JSM GType
- class IsGObject o => IsBasicCredential o
- toBasicCredential :: IsBasicCredential o => o -> BasicCredential
Documentation
getId :: (MonadDOM m, IsBasicCredential self, FromJSString result) => self -> m result Source #
getType :: (MonadDOM m, IsBasicCredential self, FromJSString result) => self -> m result Source #
newtype BasicCredential Source #
Functions for this inteface are in JSDOM.BasicCredential.
Instances
PToJSVal BasicCredential Source # | |
Defined in JSDOM.Types pToJSVal :: BasicCredential -> JSVal # | |
PFromJSVal BasicCredential Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> BasicCredential # | |
ToJSVal BasicCredential Source # | |
Defined in JSDOM.Types toJSVal :: BasicCredential -> JSM JSVal # toJSValListOf :: [BasicCredential] -> JSM JSVal # | |
FromJSVal BasicCredential Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe BasicCredential) # fromJSValUnchecked :: JSVal -> JSM BasicCredential # fromJSValListOf :: JSVal -> JSM (Maybe [BasicCredential]) # fromJSValUncheckedListOf :: JSVal -> JSM [BasicCredential] # | |
MakeObject BasicCredential Source # | |
Defined in JSDOM.Types makeObject :: BasicCredential -> JSM Object # | |
IsBasicCredential BasicCredential Source # | |
Defined in JSDOM.Types | |
IsGObject BasicCredential Source # | |
Defined in JSDOM.Types typeGType :: BasicCredential -> JSM GType |
class IsGObject o => IsBasicCredential o Source #
Instances
IsBasicCredential SiteBoundCredential Source # | |
Defined in JSDOM.Types | |
IsBasicCredential PasswordCredential Source # | |
Defined in JSDOM.Types | |
IsBasicCredential BasicCredential Source # | |
Defined in JSDOM.Types |
toBasicCredential :: IsBasicCredential o => o -> BasicCredential Source #