Packages

trait BaseProps extends Object with Theme with ClassName with ClassAttributes[IDetailsHeader] with ComponentRef[IDetailsHeader]

Annotations
@JSType()
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseProps
  2. ComponentRef
  3. ClassAttributes
  4. Attributes
  5. ClassName
  6. Theme
  7. Object
  8. Any
  9. AnyRef
  10. 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]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  3. val columnReorderOptions: UndefOr[IColumnReorderOptions]
    Annotations
    @JSOptional()
  4. val componentRef: UndefOr[Ref[IDetailsHeader]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  5. val componentRefCallback: UndefOr[RefCb[IDetailsHeader]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val componentRefMutable: UndefOr[MutableRef[IDetailsHeader]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  7. val componentRefReact: UndefOr[ReactRef[IDetailsHeader]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. val isAllCollapsed: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  12. val layoutMode: UndefOr[LayoutMode]
    Annotations
    @JSOptional()
  13. val minimumPixelsForDrag: UndefOr[Int]
    Annotations
    @JSOptional()
  14. val onColumnAutoResized: UndefOr[Function2[IColumn, Int, Unit]]
    Annotations
    @JSOptional()
  15. val onColumnClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], IColumn, Unit]]
    Annotations
    @JSOptional()
  16. val onColumnIsSizingChanged: UndefOr[Function2[IColumn, Boolean, Unit]]
    Annotations
    @JSOptional()
  17. val onColumnResized: UndefOr[Function3[IColumn, Double, Int, Unit]]
    Annotations
    @JSOptional()
  18. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  19. val ref: UndefOr[Ref[IDetailsHeader]]
    Definition Classes
    ClassAttributes
    Annotations
    @JSOptional()
  20. val selectAllVisibility: UndefOr[SelectAllVisibility]
    Annotations
    @JSOptional()
  21. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  22. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  23. def toLocaleString(): String
    Definition Classes
    Object
  24. def valueOf(): Any
    Definition Classes
    Object