Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.PerformanceObserverEntryList
Synopsis
- getEntries :: MonadDOM m => PerformanceObserverEntryList -> m PerformanceEntryList
- getEntries_ :: MonadDOM m => PerformanceObserverEntryList -> m ()
- getEntriesByType :: (MonadDOM m, ToJSString type') => PerformanceObserverEntryList -> type' -> m PerformanceEntryList
- getEntriesByType_ :: (MonadDOM m, ToJSString type') => PerformanceObserverEntryList -> type' -> m ()
- getEntriesByName :: (MonadDOM m, ToJSString name, ToJSString type') => PerformanceObserverEntryList -> name -> Maybe type' -> m PerformanceEntryList
- getEntriesByName_ :: (MonadDOM m, ToJSString name, ToJSString type') => PerformanceObserverEntryList -> name -> Maybe type' -> m ()
- newtype PerformanceObserverEntryList = PerformanceObserverEntryList {}
- gTypePerformanceObserverEntryList :: JSM GType
Documentation
getEntries_ :: MonadDOM m => PerformanceObserverEntryList -> m () Source #
getEntriesByType :: (MonadDOM m, ToJSString type') => PerformanceObserverEntryList -> type' -> m PerformanceEntryList Source #
getEntriesByType_ :: (MonadDOM m, ToJSString type') => PerformanceObserverEntryList -> type' -> m () Source #
getEntriesByName :: (MonadDOM m, ToJSString name, ToJSString type') => PerformanceObserverEntryList -> name -> Maybe type' -> m PerformanceEntryList Source #
getEntriesByName_ :: (MonadDOM m, ToJSString name, ToJSString type') => PerformanceObserverEntryList -> name -> Maybe type' -> m () Source #
newtype PerformanceObserverEntryList Source #
Functions for this inteface are in JSDOM.PerformanceObserverEntryList.
Constructors
PerformanceObserverEntryList | |
Fields |
Instances
PToJSVal PerformanceObserverEntryList Source # | |
Defined in JSDOM.Types Methods | |
PFromJSVal PerformanceObserverEntryList Source # | |
Defined in JSDOM.Types Methods | |
ToJSVal PerformanceObserverEntryList Source # | |
Defined in JSDOM.Types Methods toJSVal :: PerformanceObserverEntryList -> JSM JSVal # toJSValListOf :: [PerformanceObserverEntryList] -> JSM JSVal # | |
FromJSVal PerformanceObserverEntryList Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe PerformanceObserverEntryList) # fromJSValUnchecked :: JSVal -> JSM PerformanceObserverEntryList # fromJSValListOf :: JSVal -> JSM (Maybe [PerformanceObserverEntryList]) # fromJSValUncheckedListOf :: JSVal -> JSM [PerformanceObserverEntryList] # | |
MakeObject PerformanceObserverEntryList Source # | |
Defined in JSDOM.Types Methods | |
IsGObject PerformanceObserverEntryList Source # | |
Defined in JSDOM.Types Methods |