tabControl()
tabControl(
pages?,options?,key?):TabControl
Defined in: ui.ts:212
Example: https://public.datagrok.ai/js/samples/ui/components/tab-control
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
pages | {[key: string]: any; } | null | null | list of page factories |
options | boolean | ITabControlOptions | {} | see ITabControlOptions. Passing a boolean (vertical) is deprecated. |
key | string | null | null | deprecated, use options.key instead. |