trait Props extends Object with ComponentRef[ITooltip]
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- ComponentRef
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val componentRef: UndefOr[Ref[ITooltip]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[ITooltip]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[ITooltip]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[ITooltip]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val content: UndefOr[|[String, ReactNode]]
- Annotations
- @JSOptional()
- val delay: UndefOr[TooltipDelay]
- Annotations
- @JSOptional()
- val directionalHint: UndefOr[DirectionalHint]
- Annotations
- @JSOptional()
- val directionalHintForRTL: UndefOr[DirectionalHint]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val maxWidth: UndefOr[String]
- Annotations
- @JSOptional()
- val onRenderContent: UndefOr[IRenderFunction[Props]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Annotations
- @JSOptional()
- val targetElement: UndefOr[Element]
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object