Packages

trait ConfirmProps extends Object with ModalProps

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

Abstract Value Members

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

    Icon.

    Icon.

    Definition Classes
    ModalProps

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.

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

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

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

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

    A Modal can reduce its complexity

    A Modal can reduce its complexity

    Definition Classes
    ModalProps
  9. val cancelButton: UndefOr[SemanticShorthandItemS[ButtonProps]]

    The cancel button text.

  10. val centered: UndefOr[Boolean]

    A modal can be vertically centered in the viewport

    A modal can be vertically centered in the viewport

    Definition Classes
    ModalProps
  11. val children: UndefOr[Node]

    Primary content.

    Primary content.

    Definition Classes
    ModalProps
  12. val className: UndefOr[String]

    Additional classes.

    Additional classes.

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

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

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

    Definition Classes
    ModalProps
  15. val closeOnDocumentClick: UndefOr[Boolean]

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

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

    Definition Classes
    ModalProps
  16. val confirmButton: UndefOr[SemanticShorthandItemS[ButtonProps]]

    The OK button text.

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

    A Modal can be passed content via shorthand.

    A Modal can be passed content via shorthand.

    Definition Classes
    ModalProps
  18. val defaultOpen: UndefOr[Boolean]

    Initial value of open.

    Initial value of open.

    Definition Classes
    ModalProps
  19. val dimmer: UndefOr[|[|[Boolean, String], SemanticShorthandItemS[ModalDimmerProps]]]

    A modal can appear in a dimmer.

    A modal can appear in a dimmer.

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

    Event pool namespace that is used to handle component events

    Event pool namespace that is used to handle component events

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

    A Modal can be passed header via shorthand.

    A Modal can be passed header via shorthand.

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

    Action onClick handler when using shorthand actions.

    Action onClick handler when using shorthand actions.

    Definition Classes
    ModalProps
  34. val onCancel: UndefOr[RawOnCancel]

    Called when the Modal is closed without clicking confirm.

  35. val onClose: UndefOr[RawOnClose]

    Called when a close event happens.

    Called when a close event happens.

    Definition Classes
    ModalProps
  36. val onConfirm: UndefOr[RawOnCancel]

    Called when the OK button is clicked.

  37. val onMount: UndefOr[RawOnMount]

    Called when the portal is mounted on the DOM.

    Called when the portal is mounted on the DOM.

    Definition Classes
    ModalProps
  38. val onOpen: UndefOr[RawOnClose]

    Called when an open event happens.

    Called when an open event happens.

    Definition Classes
    ModalProps
  39. val onUnmount: UndefOr[RawOnUnmount]

    Called when the portal is unmounted from the DOM.

    Called when the portal is unmounted from the DOM.

    Definition Classes
    ModalProps
  40. val open: UndefOr[Boolean]

    Controls whether or not the Modal is displayed.

    Controls whether or not the Modal is displayed.

    Definition Classes
    ModalProps
  41. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  42. val size: UndefOr[String]

    A modal can vary in size.

    A modal can vary in size.

    Definition Classes
    ModalProps
  43. val style: UndefOr[Object]

    Custom styles.

    Custom styles.

    Definition Classes
    ModalProps
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toLocaleString(): String
    Definition Classes
    Object
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. val trigger: UndefOr[Node]

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

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

    Definition Classes
    ModalProps
  48. def update(key: String, v: Any): Unit
    Definition Classes
    ModalProps
    Annotations
    @JSBracketAccess()
  49. def valueOf(): Any
    Definition Classes
    Object
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ModalProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped