Module
Clappr
- Package
- purescript-clappr
- Repository
- paluh/purescript-clappr
#NativeOptionsRow Source
type NativeOptionsRow r = (parent :: Nullable HTMLElement, parentId :: Nullable String, plugins :: Array Plugin, source :: String | r)#NativeOptions Source
type NativeOptions r = Record (NativeOptionsRow r)#clapprImpl Source
clapprImpl :: forall p eff. EffFn1 (clappr :: CLAPPR, dom :: DOM, exception :: EXCEPTION | eff) (NativeOptions p) Clappr#toNativeOptions Source
toNativeOptions :: Options -> NativeOptions ()