Packages

trait ModalProps extends Object

Annotations
@JSType() @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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actions: UndefOr[SemanticShorthandArray[ButtonProps]]

    Shorthand for Modal.Actions.

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

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

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

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val basic: UndefOr[Boolean]

    A Modal can reduce its complexity

  9. val centered: UndefOr[Boolean]

    A modal can be vertically centered in the viewport

  10. val children: UndefOr[Node]

    Primary content.

  11. val className: UndefOr[String]

    Additional classes.

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val closeOnDimmerClick: UndefOr[Boolean]

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

  14. val closeOnDocumentClick: UndefOr[Boolean]

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

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

    A Modal can be passed content via shorthand.

  16. val defaultOpen: UndefOr[Boolean]

    Initial value of open.

  17. val dimmer: UndefOr[|[|[Boolean, String], SemanticShorthandItemS[ModalDimmerProps]]]

    A modal can appear in a dimmer.

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. val eventPool: UndefOr[String]

    Event pool namespace that is used to handle component events

  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val header: UndefOr[SemanticShorthandItemS[ModalHeaderProps]]

    A Modal can be passed header via shorthand.

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onActionClick: UndefOr[RawOnActionClick]

    Action onClick handler when using shorthand actions.

  32. val onClose: UndefOr[RawOnClose]

    Called when a close event happens.

  33. val onMount: UndefOr[RawOnMount]

    Called when the portal is mounted on the DOM.

  34. val onOpen: UndefOr[RawOnClose]

    Called when an open event happens.

  35. val onUnmount: UndefOr[RawOnUnmount]

    Called when the portal is unmounted from the DOM.

  36. val open: UndefOr[Boolean]

    Controls whether or not the Modal is displayed.

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

    A modal can vary in size.

  39. val style: UndefOr[Object]

    Custom styles.

  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toLocaleString(): String
    Definition Classes
    Object
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val trigger: UndefOr[Node]

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

  44. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  45. def valueOf(): Any
    Definition Classes
    Object
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped