Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.BasicCredential
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.
Constructors
BasicCredential | |
Fields |
Instances
PToJSVal BasicCredential Source # | |
Defined in JSDOM.Types Methods pToJSVal :: BasicCredential -> JSVal # | |
PFromJSVal BasicCredential Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> BasicCredential # | |
ToJSVal BasicCredential Source # | |
Defined in JSDOM.Types | |
FromJSVal BasicCredential Source # | |
Defined in JSDOM.Types Methods 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 Methods makeObject :: BasicCredential -> JSM Object # | |
IsBasicCredential BasicCredential Source # | |
Defined in JSDOM.Types | |
IsGObject BasicCredential Source # | |
Defined in JSDOM.Types Methods 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 #