Properties Optional
background background ?: string
Optional
border Color border Color ?: string
Optional
border Width border Width ?: number
Optional
create Scroll Edge Button create Scroll Edge Button ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Returns ReactElement < any , string | JSXElementConstructor < any > > Optional
create Scroll End Button create Scroll End Button ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Returns ReactElement < any , string | JSXElementConstructor < any > > Optional
create Scroll Start Button create Scroll Start Button ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Returns ReactElement < any , string | JSXElementConstructor < any > > Optional
create Tab Button create Tab Button ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Returns ReactElement < any , string | JSXElementConstructor < any > > Optional
create Tab Divider create Tab Divider ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Parameters props : HTMLAttributes < HTMLElement > & { key : string ; } Returns ReactElement < any , string | JSXElementConstructor < any > > Optional
disable Drag disable Drag ?: boolean
Optional
disabled disabled ?: boolean
Optional
on Selected Tab Index Change on Selected Tab Index Change ?: ( ( index ) => void )
Type declaration ( index ) : void Returns void Optional
on Tab Move on Tab Move ?: ( ( indexFrom , indexTo ) => void )
Type declaration ( indexFrom , indexTo ) : void Parameters indexFrom : number indexTo : number Returns void Optional
on Tab Name Change on Tab Name Change ?: ( ( index , tabName ) => void )
Type declaration ( index , tabName ) : void Parameters index : number tabName : string Returns void selected Tab Index selected Tab Index : number
tab Names tab Names : string []
Default background color of tabs