Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getAssignedSlot :: (MonadDOM m, IsSlotable self) => self -> m (Maybe HTMLSlotElement)
- getAssignedSlotUnsafe :: (MonadDOM m, IsSlotable self, HasCallStack) => self -> m HTMLSlotElement
- getAssignedSlotUnchecked :: (MonadDOM m, IsSlotable self) => self -> m HTMLSlotElement
- newtype Slotable = Slotable {
- unSlotable :: JSVal
- gTypeSlotable :: JSM GType
- class IsGObject o => IsSlotable o
- toSlotable :: IsSlotable o => o -> Slotable
Documentation
getAssignedSlot :: (MonadDOM m, IsSlotable self) => self -> m (Maybe HTMLSlotElement) Source #
getAssignedSlotUnsafe :: (MonadDOM m, IsSlotable self, HasCallStack) => self -> m HTMLSlotElement Source #
getAssignedSlotUnchecked :: (MonadDOM m, IsSlotable self) => self -> m HTMLSlotElement Source #
Functions for this inteface are in JSDOM.Slotable.
Instances
PToJSVal Slotable Source # | |
Defined in JSDOM.Types | |
PFromJSVal Slotable Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> Slotable # | |
ToJSVal Slotable Source # | |
FromJSVal Slotable Source # | |
MakeObject Slotable Source # | |
Defined in JSDOM.Types makeObject :: Slotable -> JSM Object # | |
IsSlotable Slotable Source # | |
Defined in JSDOM.Types | |
IsGObject Slotable Source # | |
Defined in JSDOM.Types |
gTypeSlotable :: JSM GType Source #
class IsGObject o => IsSlotable o Source #
Instances
toSlotable :: IsSlotable o => o -> Slotable Source #