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
- val allowTouchBodyScroll: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- 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()
- val focusTrapZoneProps: UndefOr[FocusTrapZone.Props]
- Annotations
- @JSOptional()
- val hasCloseButton: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- 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()
- 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()
- 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()
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[Type]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object