Safe Haskell | None |
---|---|
Language | Haskell2010 |
- 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.
gTypeSlotable :: JSM GType Source #
class IsGObject o => IsSlotable o Source #
toSlotable :: IsSlotable o => o -> Slotable Source #