trait IContextualMenuItemInit extends Object with IContextualMenuItemBase

Annotations
@JSType()
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IContextualMenuItemInit
  2. IContextualMenuItemBase
  3. WithIconProps
  4. Object
  5. Any
  6. AnyRef
  7. 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]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val canCheck: UndefOr[Boolean]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  7. val checked: UndefOr[Boolean]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  8. val className: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    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]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  11. val data: UndefOr[Any]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  12. val disabled: UndefOr[Boolean]
    Definition Classes
    IContextualMenuItemBase
    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]
    Definition Classes
    IContextualMenuItemBase
    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]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  23. val itemType: UndefOr[ContextualMenuItemType]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  24. val key: UndefOr[String]
    Annotations
    @JSOptional()
  25. val keytipProps: UndefOr[IKeytipProps]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val onClick: UndefOr[OnClick]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  30. val onMouseDown: UndefOr[OnMouseDown]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  31. val onRender: UndefOr[RenderFunction]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  32. val onRenderIcon: UndefOr[IRenderFunction[_ <: IContextualMenuItemBase]]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  33. val primaryDisabled: UndefOr[Boolean]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. val rel: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  36. val role: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  37. val secondaryText: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  38. val sectionProps: UndefOr[Object]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  39. val split: UndefOr[Boolean]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  40. val subMenuProps: UndefOr[IContextualMenuProps]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  41. val submenuIconProps: UndefOr[|[Props, Dynamic]]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val target: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  44. val text: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  45. val title: UndefOr[String]
    Definition Classes
    IContextualMenuItemBase
    Annotations
    @JSOptional()
  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def valueOf(): Any
    Definition Classes
    Object
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. 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