trait ModalProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- ModalProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actions: UndefOr[SemanticShorthandArray[ButtonProps]]
Shorthand for Modal.Actions.
Shorthand for Modal.Actions. Typically an array of button shorthand.
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val basic: UndefOr[Boolean]
A Modal can reduce its complexity
- val centered: UndefOr[Boolean]
A modal can be vertically centered in the viewport
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val closeOnDimmerClick: UndefOr[Boolean]
Whether or not the Modal should close when the dimmer is clicked.
- val closeOnDocumentClick: UndefOr[Boolean]
Whether or not the Modal should close when the document is clicked.
- val content: UndefOr[SemanticShorthandItemS[ModalContentProps]]
A Modal can be passed content via shorthand.
- val defaultOpen: UndefOr[Boolean]
Initial value of open.
- val dimmer: UndefOr[|[|[Boolean, String], SemanticShorthandItemS[ModalDimmerProps]]]
A modal can appear in a dimmer.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventPool: UndefOr[String]
Event pool namespace that is used to handle component events
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header: UndefOr[SemanticShorthandItemS[ModalHeaderProps]]
A Modal can be passed header via shorthand.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onActionClick: UndefOr[RawOnActionClick]
Action onClick handler when using shorthand
actions
. - val onClose: UndefOr[RawOnClose]
Called when a close event happens.
- val onMount: UndefOr[RawOnMount]
Called when the portal is mounted on the DOM.
- val onOpen: UndefOr[RawOnClose]
Called when an open event happens.
- val onUnmount: UndefOr[RawOnUnmount]
Called when the portal is unmounted from the DOM.
- val open: UndefOr[Boolean]
Controls whether or not the Modal is displayed.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val size: UndefOr[String]
A modal can vary in size.
- val style: UndefOr[Object]
Custom styles.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trigger: UndefOr[Node]
Element to be rendered in-place where the portal is defined.
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()