@k8slens/extensions / Exports / Renderer / Component / TabsProps
Interface: TabsProps<D>#
Type parameters#
| Name | 
|---|
| D | 
Hierarchy#
- 
TabsContextValue<D>
- 
Omit<DOMAttributes<HTMLElement>,"onChange">
↳ TabsProps
Table of contents#
Properties#
Methods#
Properties#
autoFocus#
• Optional autoFocus: boolean
Inherited from#
TabsContextValue.autoFocus
center#
• Optional center: boolean
className#
• Optional className: string
scrollable#
• Optional scrollable: boolean
value#
• Optional value: D
Inherited from#
TabsContextValue.value
withBorder#
• Optional withBorder: boolean
Inherited from#
TabsContextValue.withBorder
wrap#
• Optional wrap: boolean
Methods#
onChange#
▸ Optional onChange(value): void
Parameters#
| Name | Type | 
|---|---|
| value | D | 
Returns#
void
Inherited from#
TabsContextValue.onChange