tabControl()
tabControl(
pages?,vertical?,key?):TabControl
Defined in: ui.ts:210
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 |
vertical | boolean | false | - |
key | string | null | null | when provided, the currently selected pane is persisted across sessions |