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. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val canCheck: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val checked: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. val className: UndefOr[String]
    Annotations
    @JSOptional()
  5. val customOnRenderLength: UndefOr[Int]
    Annotations
    @JSOptional()
  6. val data: UndefOr[Any]
    Annotations
    @JSOptional()
  7. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. val href: UndefOr[String]
    Annotations
    @JSOptional()
  10. val iconProps: UndefOr[|[Props, Dynamic]]
    Definition Classes
    WithIconProps
    Annotations
    @JSOptional()
  11. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  12. val itemProps: UndefOr[IContextualMenuProps]
    Annotations
    @JSOptional()
  13. val itemType: UndefOr[ContextualMenuItemType]
    Annotations
    @JSOptional()
  14. val keytipProps: UndefOr[IKeytipProps]
    Annotations
    @JSOptional()
  15. val onClick: UndefOr[OnClick]
    Annotations
    @JSOptional()
  16. val onMouseDown: UndefOr[OnMouseDown]
    Annotations
    @JSOptional()
  17. val onRender: UndefOr[RenderFunction]
    Annotations
    @JSOptional()
  18. val onRenderIcon: UndefOr[IRenderFunction[_ <: IContextualMenuItemBase]]
    Annotations
    @JSOptional()
  19. val primaryDisabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  21. val rel: UndefOr[String]
    Annotations
    @JSOptional()
  22. val role: UndefOr[String]
    Annotations
    @JSOptional()
  23. val secondaryText: UndefOr[String]
    Annotations
    @JSOptional()
  24. val sectionProps: UndefOr[Object]
    Annotations
    @JSOptional()
  25. val split: UndefOr[Boolean]
    Annotations
    @JSOptional()
  26. val subMenuProps: UndefOr[IContextualMenuProps]
    Annotations
    @JSOptional()
  27. val submenuIconProps: UndefOr[|[Props, Dynamic]]
    Annotations
    @JSOptional()
  28. val target: UndefOr[String]
    Annotations
    @JSOptional()
  29. val text: UndefOr[String]
    Annotations
    @JSOptional()
  30. val title: UndefOr[String]
    Annotations
    @JSOptional()
  31. def toLocaleString(): String
    Definition Classes
    Object
  32. def valueOf(): Any
    Definition Classes
    Object