Packages

trait Props extends Object with ComponentRef[INav] with ReactJSProps

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

Value Members

  1. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val className: UndefOr[String]
    Annotations
    @JSOptional()
  3. val componentRef: UndefOr[Ref[INav]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  4. val componentRefCallback: UndefOr[RefCb[INav]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val componentRefMutable: UndefOr[MutableRef[INav]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val componentRefReact: UndefOr[ReactRef[INav]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  7. val expandButtonAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  8. val groups: UndefOr[|[Array[LinkGroup], Null]]
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. val initialSelectedKey: UndefOr[String]
    Annotations
    @JSOptional()
  11. val isOnTop: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  13. val key: UndefOr[KeyType]
    Definition Classes
    ReactJSProps
    Annotations
    @JSOptional()
  14. val onLinkClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Link, Unit]]
    Annotations
    @JSOptional()
  15. val onLinkExpandClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Link, Unit]]
    Annotations
    @JSOptional()
  16. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  17. def ref[E]: UndefOr[RefCb[E]]
    Definition Classes
    ReactJSProps
    Annotations
    @JSOptional()
  18. val selectedKey: UndefOr[String]
    Annotations
    @JSOptional()
  19. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  20. val theme: UndefOr[ITheme]
    Annotations
    @JSOptional()
  21. def toLocaleString(): String
    Definition Classes
    Object
  22. def valueOf(): Any
    Definition Classes
    Object