trait BaseProps extends Object with Theme with ClassName with ClassAttributes[IDetailsHeader] with ComponentRef[IDetailsHeader]
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseProps
- ComponentRef
- ClassAttributes
- Attributes
- ClassName
- Theme
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ariaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Definition Classes
- ClassName
- Annotations
- @JSOptional()
- val columnReorderOptions: UndefOr[IColumnReorderOptions]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[IDetailsHeader]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[IDetailsHeader]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[IDetailsHeader]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[IDetailsHeader]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isAllCollapsed: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[KeyType]
- Definition Classes
- Attributes
- Annotations
- @JSOptional()
- val layoutMode: UndefOr[LayoutMode]
- Annotations
- @JSOptional()
- val minimumPixelsForDrag: UndefOr[Int]
- Annotations
- @JSOptional()
- val onColumnAutoResized: UndefOr[Function2[IColumn, Int, Unit]]
- Annotations
- @JSOptional()
- val onColumnClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], IColumn, Unit]]
- Annotations
- @JSOptional()
- val onColumnIsSizingChanged: UndefOr[Function2[IColumn, Boolean, Unit]]
- Annotations
- @JSOptional()
- val onColumnResized: UndefOr[Function3[IColumn, Double, Int, Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val ref: UndefOr[Ref[IDetailsHeader]]
- Definition Classes
- ClassAttributes
- Annotations
- @JSOptional()
- val selectAllVisibility: UndefOr[SelectAllVisibility]
- Annotations
- @JSOptional()
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object