t

fabric.components

IContextualMenuItemBase

trait IContextualMenuItemBase extends Object with WithIconProps

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IContextualMenuItemBase
  2. WithIconProps
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val canCheck: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val checked: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val className: UndefOr[String]
    Annotations
    @JSOptional()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val customOnRenderLength: UndefOr[Int]
    Annotations
    @JSOptional()
  11. val data: UndefOr[Any]
    Annotations
    @JSOptional()
  12. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val href: UndefOr[String]
    Annotations
    @JSOptional()
  19. val iconProps: UndefOr[|[Props, Dynamic]]
    Definition Classes
    WithIconProps
    Annotations
    @JSOptional()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. val itemProps: UndefOr[IContextualMenuProps]
    Annotations
    @JSOptional()
  23. val itemType: UndefOr[ContextualMenuItemType]
    Annotations
    @JSOptional()
  24. val keytipProps: UndefOr[IKeytipProps]
    Annotations
    @JSOptional()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val onClick: UndefOr[OnClick]
    Annotations
    @JSOptional()
  29. val onMouseDown: UndefOr[OnMouseDown]
    Annotations
    @JSOptional()
  30. val onRender: UndefOr[RenderFunction]
    Annotations
    @JSOptional()
  31. val onRenderIcon: UndefOr[IRenderFunction[_ <: IContextualMenuItemBase]]
    Annotations
    @JSOptional()
  32. val primaryDisabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val rel: UndefOr[String]
    Annotations
    @JSOptional()
  35. val role: UndefOr[String]
    Annotations
    @JSOptional()
  36. val secondaryText: UndefOr[String]
    Annotations
    @JSOptional()
  37. val sectionProps: UndefOr[Object]
    Annotations
    @JSOptional()
  38. val split: UndefOr[Boolean]
    Annotations
    @JSOptional()
  39. val subMenuProps: UndefOr[IContextualMenuProps]
    Annotations
    @JSOptional()
  40. val submenuIconProps: UndefOr[|[Props, Dynamic]]
    Annotations
    @JSOptional()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val target: UndefOr[String]
    Annotations
    @JSOptional()
  43. val text: UndefOr[String]
    Annotations
    @JSOptional()
  44. val title: UndefOr[String]
    Annotations
    @JSOptional()
  45. def toLocaleString(): String
    Definition Classes
    Object
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def valueOf(): Any
    Definition Classes
    Object
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from WithIconProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped