MultiView
Defined in: js-api/src/views/multi_view.ts:20
Subclass ViewBase to implement a Datagrok view in JavaScript.
Extends
Constructors
Constructor
new MultiView(
options?):MultiView
Defined in: js-api/src/views/multi_view.ts:27
Parameters
| Parameter | Type |
|---|---|
options? | MultiViewOptions |
Returns
MultiView
Overrides
Properties
| Property | Modifier | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|---|
_currentView | public | ViewBase | undefined | - | - | js-api/src/views/multi_view.ts:23 |
_functions | protected | Func[] | [] | - | ViewBase._functions | js-api/src/widgets/base.ts:214 |
_name | protected | string | 'New View' | - | ViewBase._name | js-api/src/views/view.ts:106 |
_options? | public | MultiViewOptions | undefined | - | - | js-api/src/views/multi_view.ts:22 |
_properties | protected | Property[] | [] | - | ViewBase._properties | js-api/src/widgets/base.ts:213 |
_root | protected | HTMLElement | undefined | - | ViewBase._root | js-api/src/u2core/component.ts:423 |
_u2 | readonly | ComponentState | undefined | - | ViewBase._u2 | js-api/src/u2core/component.ts:76 |
_views | public | Map<String, ViewBase> | undefined | - | - | js-api/src/views/multi_view.ts:21 |
componentMeta? | public | ComponentMetaBase | undefined | The registry metadata of the tag that built this component, stamped by the spec renderer — the single source the introspection surface below is generated from. | ViewBase.componentMeta | js-api/src/u2core/component.ts:71 |
dart | public | any | undefined | - | ViewBase.dart | js-api/src/views/view.ts:46 |
factory | public | Func | null | null | Constructor function. No parameters, returns [Widget]. | ViewBase.factory | js-api/src/widgets/base.ts:211 |
isDetached | public | boolean | false | - | ViewBase.isDetached | js-api/src/widgets/base.ts:218 |
props | public | any | undefined | - | ViewBase.props | js-api/src/widgets/base.ts:215 |
specProps? | public | Record<string, unknown> | undefined | The props the registry's create was handed, stamped alongside componentMeta: the last resort of the property read below, for a component that keeps a prop under another name or not at all (a create wrapping a bare element). Construction-time values — a live one always wins. | ViewBase.specProps | js-api/src/u2core/component.ts:75 |
subs | public | Subscription[] | undefined | - | ViewBase.subs | js-api/src/views/view.ts:47 |
tabs | public | TabControl | undefined | - | - | js-api/src/views/multi_view.ts:24 |
temp | public | any | undefined | Contains auxiliary information | ViewBase.temp | js-api/src/widgets/base.ts:208 |