Packages

trait Props extends Object with ComponentRef[ITooltip]

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

Value Members

  1. val componentRef: UndefOr[Ref[ITooltip]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  2. val componentRefCallback: UndefOr[RefCb[ITooltip]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  3. val componentRefMutable: UndefOr[MutableRef[ITooltip]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefReact: UndefOr[ReactRef[ITooltip]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val content: UndefOr[|[String, ReactNode]]
    Annotations
    @JSOptional()
  6. val delay: UndefOr[TooltipDelay]
    Annotations
    @JSOptional()
  7. val directionalHint: UndefOr[DirectionalHint]
    Annotations
    @JSOptional()
  8. val directionalHintForRTL: UndefOr[DirectionalHint]
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val maxWidth: UndefOr[String]
    Annotations
    @JSOptional()
  12. val onRenderContent: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  15. val targetElement: UndefOr[Element]
    Annotations
    @JSOptional()
  16. val theme: UndefOr[ITheme]
    Annotations
    @JSOptional()
  17. def toLocaleString(): String
    Definition Classes
    Object
  18. def valueOf(): Any
    Definition Classes
    Object