trait Props extends Object with ComponentRef[IPanel] with Theme
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Theme
- ComponentRef
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 allowTouchBodyScroll: UndefOr[Boolean]
- Annotations
- @JSOptional()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val closeButtonAriaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[IPanel]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[IPanel]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[IPanel]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[IPanel]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val customWidth: UndefOr[String]
- Annotations
- @JSOptional()
- val elementToFocusOnDismiss: UndefOr[Element]
- Annotations
- @JSOptional()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val focusTrapZoneProps: UndefOr[FocusTrapZone.Props]
- Annotations
- @JSOptional()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hasCloseButton: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val headerClassName: UndefOr[String]
- Annotations
- @JSOptional()
- val headerText: UndefOr[String]
- Annotations
- @JSOptional()
- val isBlocking: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isFooterAtBottom: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isHiddenOnDismiss: UndefOr[Boolean]
- Annotations
- @JSOptional()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isLightDismiss: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isOpen: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val layerProps: UndefOr[Layer.Props]
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onDismiss: UndefOr[Function1[react.vdom.ReactEvent[Element], Unit]]
- Annotations
- @JSOptional()
- val onDismissed: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onLightDismissClick: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onOpen: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onOpened: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onOuterClick: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onRenderBody: UndefOr[IRenderFunction[Props]]
- Annotations
- @JSOptional()
- val onRenderFooter: UndefOr[IRenderFunction[Props]]
- Annotations
- @JSOptional()
- val onRenderFooterContent: UndefOr[IRenderFunction[Props]]
- Annotations
- @JSOptional()
- val onRenderHeader: UndefOr[IRenderFunction[Props]]
This is not quite right.
This is not quite right. See API docs.
- Annotations
- @JSOptional()
- val onRenderNavigation: UndefOr[IRenderFunction[Props]]
- Annotations
- @JSOptional()
- val overlapProps: UndefOr[Overlay.Props]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val type: UndefOr[Type]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])