Packages

trait ItemProps extends Object with IContextualMenuItem

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItemProps
  2. IContextualMenuItem
  3. IContextualMenuItemBase
  4. WithIconProps
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val key: String
    Definition Classes
    IContextualMenuItem

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

Inherited from WithIconProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped