Packages

trait ModalProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModalProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val closeIcon: UndefOr[SemanticShorthandItemS[IconProps]]

    Icon.

Concrete Value Members

  1. val actions: UndefOr[SemanticShorthandArray[ButtonProps]]

    Shorthand for Modal.Actions.

    Shorthand for Modal.Actions. Typically an array of button shorthand.

  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]

    An element type to render as (string or function).

  4. val basic: UndefOr[Boolean]

    A Modal can reduce its complexity

  5. val centered: UndefOr[Boolean]

    A modal can be vertically centered in the viewport

  6. val children: UndefOr[Node]

    Primary content.

  7. val className: UndefOr[String]

    Additional classes.

  8. val closeOnDimmerClick: UndefOr[Boolean]

    Whether or not the Modal should close when the dimmer is clicked.

  9. val closeOnDocumentClick: UndefOr[Boolean]

    Whether or not the Modal should close when the document is clicked.

  10. val content: UndefOr[SemanticShorthandItemS[ModalContentProps]]

    A Modal can be passed content via shorthand.

  11. val defaultOpen: UndefOr[Boolean]

    Initial value of open.

  12. val dimmer: UndefOr[|[Boolean, String]]

    A modal can appear in a dimmer.

  13. val eventPool: UndefOr[String]

    Event pool namespace that is used to handle component events

  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. val header: UndefOr[SemanticShorthandItemS[ModalHeaderProps]]

    A Modal can be passed header via shorthand.

  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. val onActionClick: UndefOr[RawOnActionClick]

    Action onClick handler when using shorthand actions.

  18. val onClose: UndefOr[RawOnClose]

    Called when a close event happens.

  19. val onMount: UndefOr[RawOnMount]

    Called when the portal is mounted on the DOM.

  20. val onOpen: UndefOr[RawOnClose]

    Called when an open event happens.

  21. val onUnmount: UndefOr[RawOnUnmount]

    Called when the portal is unmounted from the DOM.

  22. val open: UndefOr[Boolean]

    Controls whether or not the Modal is displayed.

  23. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  24. val size: UndefOr[String]

    A modal can vary in size.

  25. val style: UndefOr[Object]

    Custom styles.

  26. def toLocaleString(): String
    Definition Classes
    Object
  27. val trigger: UndefOr[Node]

    Element to be rendered in-place where the portal is defined.

  28. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  29. def valueOf(): Any
    Definition Classes
    Object