@oracle/oraclejet-webdriver 15.1.7 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/templates/class.ts-template +1 -1
- package/bin/templates/index.ts-template +2 -2
- package/elements/OjWebElement.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.js +1 -1
- package/elements/oj-accordion/OjAccordion.ts +1 -1
- package/elements/oj-accordion/index.js +2 -2
- package/elements/oj-accordion/index.js.map +1 -1
- package/elements/oj-accordion/index.ts +2 -2
- package/elements/oj-action-card/OjActionCard.js +1 -1
- package/elements/oj-action-card/OjActionCard.ts +1 -1
- package/elements/oj-action-card/index.js +2 -2
- package/elements/oj-action-card/index.js.map +1 -1
- package/elements/oj-action-card/index.ts +2 -2
- package/elements/oj-button/OjButton.js +1 -1
- package/elements/oj-button/OjButton.ts +1 -1
- package/elements/oj-button/index.js +2 -2
- package/elements/oj-button/index.js.map +1 -1
- package/elements/oj-button/index.ts +2 -2
- package/elements/oj-buttonset-many/OjButtonsetMany.js +1 -1
- package/elements/oj-buttonset-many/OjButtonsetMany.ts +1 -1
- package/elements/oj-buttonset-many/index.js +2 -2
- package/elements/oj-buttonset-many/index.js.map +1 -1
- package/elements/oj-buttonset-many/index.ts +2 -2
- package/elements/oj-buttonset-one/OjButtonsetOne.js +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOne.ts +1 -1
- package/elements/oj-buttonset-one/index.js +2 -2
- package/elements/oj-buttonset-one/index.js.map +1 -1
- package/elements/oj-buttonset-one/index.ts +2 -2
- package/elements/oj-chart/OjChart.js +4 -4
- package/elements/oj-chart/OjChart.js.map +1 -1
- package/elements/oj-chart/OjChart.ts +4 -4
- package/elements/oj-chart/OjChartBase.js +1 -1
- package/elements/oj-chart/OjChartBase.ts +5 -5
- package/elements/oj-chart/index.js +2 -2
- package/elements/oj-chart/index.js.map +1 -1
- package/elements/oj-chart/index.ts +2 -2
- package/elements/oj-checkboxset/OjCheckboxset.js +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +1 -1
- package/elements/oj-checkboxset/index.js +2 -2
- package/elements/oj-checkboxset/index.js.map +1 -1
- package/elements/oj-checkboxset/index.ts +2 -2
- package/elements/oj-collapsible/OjCollapsible.js +1 -1
- package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsible.ts +1 -1
- package/elements/oj-collapsible/index.js +2 -2
- package/elements/oj-collapsible/index.js.map +1 -1
- package/elements/oj-collapsible/index.ts +2 -2
- package/elements/oj-color-palette/OjColorPalette.js +1 -1
- package/elements/oj-color-palette/OjColorPalette.ts +1 -1
- package/elements/oj-color-palette/index.js +2 -2
- package/elements/oj-color-palette/index.js.map +1 -1
- package/elements/oj-color-palette/index.ts +2 -2
- package/elements/oj-color-spectrum/OjColorSpectrum.js +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrum.ts +1 -1
- package/elements/oj-color-spectrum/index.js +2 -2
- package/elements/oj-color-spectrum/index.js.map +1 -1
- package/elements/oj-color-spectrum/index.ts +2 -2
- package/elements/oj-combobox-many/OjComboboxMany.js +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +1 -1
- package/elements/oj-combobox-many/index.js +2 -2
- package/elements/oj-combobox-many/index.js.map +1 -1
- package/elements/oj-combobox-many/index.ts +2 -2
- package/elements/oj-combobox-one/OjComboboxOne.js +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.ts +1 -1
- package/elements/oj-combobox-one/index.js +2 -2
- package/elements/oj-combobox-one/index.js.map +1 -1
- package/elements/oj-combobox-one/index.ts +2 -2
- package/elements/oj-conveyor-belt/OjConveyorBelt.js +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBelt.ts +1 -1
- package/elements/oj-conveyor-belt/index.js +2 -2
- package/elements/oj-conveyor-belt/index.js.map +1 -1
- package/elements/oj-conveyor-belt/index.ts +2 -2
- package/elements/oj-data-grid/OjDataGrid.js +126 -79
- package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
- package/elements/oj-data-grid/OjDataGrid.ts +186 -118
- package/elements/oj-data-grid/OjDataGridBase.js +18 -0
- package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
- package/elements/oj-data-grid/OjDataGridBase.ts +263 -0
- package/elements/oj-data-grid/index.js +2 -2
- package/elements/oj-data-grid/index.js.map +1 -1
- package/elements/oj-data-grid/index.ts +2 -2
- package/elements/oj-date-picker/OjDatePicker.js +1 -1
- package/elements/oj-date-picker/OjDatePicker.ts +1 -1
- package/elements/oj-date-picker/index.js +2 -2
- package/elements/oj-date-picker/index.js.map +1 -1
- package/elements/oj-date-picker/index.ts +2 -2
- package/elements/oj-date-time-picker/OjDateTimePicker.js +1 -1
- package/elements/oj-date-time-picker/OjDateTimePicker.ts +1 -1
- package/elements/oj-date-time-picker/index.js +2 -2
- package/elements/oj-date-time-picker/index.js.map +1 -1
- package/elements/oj-date-time-picker/index.ts +2 -2
- package/elements/oj-diagram/OjDiagram.js +1 -1
- package/elements/oj-diagram/OjDiagram.ts +1 -1
- package/elements/oj-diagram/index.js +2 -2
- package/elements/oj-diagram/index.js.map +1 -1
- package/elements/oj-diagram/index.ts +2 -2
- package/elements/oj-dialog/OjDialog.js +1 -1
- package/elements/oj-dialog/OjDialog.ts +1 -1
- package/elements/oj-dialog/index.js +2 -2
- package/elements/oj-dialog/index.js.map +1 -1
- package/elements/oj-dialog/index.ts +2 -2
- package/elements/oj-drawer-layout/OjDrawerLayout.js +1 -1
- package/elements/oj-drawer-layout/OjDrawerLayout.ts +1 -1
- package/elements/oj-drawer-layout/index.js +2 -2
- package/elements/oj-drawer-layout/index.js.map +1 -1
- package/elements/oj-drawer-layout/index.ts +2 -2
- package/elements/oj-drawer-popup/OjDrawerPopup.js +1 -1
- package/elements/oj-drawer-popup/OjDrawerPopup.ts +1 -1
- package/elements/oj-drawer-popup/index.js +2 -2
- package/elements/oj-drawer-popup/index.js.map +1 -1
- package/elements/oj-drawer-popup/index.ts +2 -2
- package/elements/oj-file-picker/OjFilePicker.js +1 -1
- package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
- package/elements/oj-file-picker/OjFilePicker.ts +1 -1
- package/elements/oj-file-picker/index.js +2 -2
- package/elements/oj-file-picker/index.js.map +1 -1
- package/elements/oj-file-picker/index.ts +2 -2
- package/elements/oj-film-strip/OjFilmStrip.js +1 -1
- package/elements/oj-film-strip/OjFilmStrip.ts +1 -1
- package/elements/oj-film-strip/index.js +2 -2
- package/elements/oj-film-strip/index.js.map +1 -1
- package/elements/oj-film-strip/index.ts +2 -2
- package/elements/oj-gantt/OjGantt.js +1 -1
- package/elements/oj-gantt/OjGantt.ts +1 -1
- package/elements/oj-gantt/index.js +2 -2
- package/elements/oj-gantt/index.js.map +1 -1
- package/elements/oj-gantt/index.ts +2 -2
- package/elements/oj-indexer/OjIndexer.js +1 -1
- package/elements/oj-indexer/OjIndexer.ts +1 -1
- package/elements/oj-indexer/index.js +2 -2
- package/elements/oj-indexer/index.js.map +1 -1
- package/elements/oj-indexer/index.ts +2 -2
- package/elements/oj-input-date/OjInputDate.js +1 -1
- package/elements/oj-input-date/OjInputDate.ts +1 -1
- package/elements/oj-input-date/index.js +2 -2
- package/elements/oj-input-date/index.js.map +1 -1
- package/elements/oj-input-date/index.ts +2 -2
- package/elements/oj-input-date-time/OjInputDateTime.js +1 -1
- package/elements/oj-input-date-time/OjInputDateTime.ts +1 -1
- package/elements/oj-input-date-time/index.js +2 -2
- package/elements/oj-input-date-time/index.js.map +1 -1
- package/elements/oj-input-date-time/index.ts +2 -2
- package/elements/oj-input-number/OjInputNumber.js +1 -1
- package/elements/oj-input-number/OjInputNumber.ts +1 -1
- package/elements/oj-input-number/index.js +2 -2
- package/elements/oj-input-number/index.js.map +1 -1
- package/elements/oj-input-number/index.ts +2 -2
- package/elements/oj-input-password/OjInputPassword.js +1 -1
- package/elements/oj-input-password/OjInputPassword.ts +1 -1
- package/elements/oj-input-password/index.js +2 -2
- package/elements/oj-input-password/index.js.map +1 -1
- package/elements/oj-input-password/index.ts +2 -2
- package/elements/oj-input-search/OjInputSearch.js +1 -1
- package/elements/oj-input-search/OjInputSearch.ts +1 -1
- package/elements/oj-input-search/index.js +2 -2
- package/elements/oj-input-search/index.js.map +1 -1
- package/elements/oj-input-search/index.ts +2 -2
- package/elements/oj-input-text/OjInputText.js +1 -1
- package/elements/oj-input-text/OjInputText.ts +1 -1
- package/elements/oj-input-text/index.js +2 -2
- package/elements/oj-input-text/index.js.map +1 -1
- package/elements/oj-input-text/index.ts +2 -2
- package/elements/oj-input-time/OjInputTime.js +1 -1
- package/elements/oj-input-time/OjInputTime.ts +1 -1
- package/elements/oj-input-time/index.js +2 -2
- package/elements/oj-input-time/index.js.map +1 -1
- package/elements/oj-input-time/index.ts +2 -2
- package/elements/oj-label/OjLabel.js +1 -1
- package/elements/oj-label/OjLabel.ts +1 -1
- package/elements/oj-label/index.js +2 -2
- package/elements/oj-label/index.js.map +1 -1
- package/elements/oj-label/index.ts +2 -2
- package/elements/oj-led-gauge/OjLedGauge.js +1 -1
- package/elements/oj-led-gauge/OjLedGauge.ts +1 -1
- package/elements/oj-led-gauge/index.js +2 -2
- package/elements/oj-led-gauge/index.js.map +1 -1
- package/elements/oj-led-gauge/index.ts +2 -2
- package/elements/oj-legend/OjLegend.js +1 -1
- package/elements/oj-legend/OjLegend.ts +1 -1
- package/elements/oj-legend/OjLegendBase.js +2 -2
- package/elements/oj-legend/OjLegendBase.ts +6 -5
- package/elements/oj-legend/index.js +2 -2
- package/elements/oj-legend/index.js.map +1 -1
- package/elements/oj-legend/index.ts +2 -2
- package/elements/oj-list-view/OjListView.js +1 -1
- package/elements/oj-list-view/OjListView.js.map +1 -1
- package/elements/oj-list-view/OjListView.ts +1 -1
- package/elements/oj-list-view/index.js +2 -2
- package/elements/oj-list-view/index.js.map +1 -1
- package/elements/oj-list-view/index.ts +2 -2
- package/elements/oj-masonry-layout/OjMasonryLayout.js +1 -1
- package/elements/oj-masonry-layout/OjMasonryLayout.ts +1 -1
- package/elements/oj-masonry-layout/index.js +2 -2
- package/elements/oj-masonry-layout/index.js.map +1 -1
- package/elements/oj-masonry-layout/index.ts +2 -2
- package/elements/oj-menu/OjMenu.js +1 -1
- package/elements/oj-menu/OjMenu.js.map +1 -1
- package/elements/oj-menu/OjMenu.ts +1 -1
- package/elements/oj-menu/index.js +2 -2
- package/elements/oj-menu/index.js.map +1 -1
- package/elements/oj-menu/index.ts +2 -2
- package/elements/oj-menu-button/OjMenuButton.js +1 -1
- package/elements/oj-menu-button/OjMenuButton.ts +1 -1
- package/elements/oj-menu-button/index.js +2 -2
- package/elements/oj-menu-button/index.js.map +1 -1
- package/elements/oj-menu-button/index.ts +2 -2
- package/elements/oj-message/OjMessage.js +1 -1
- package/elements/oj-message/OjMessage.ts +1 -1
- package/elements/oj-message/index.js +2 -2
- package/elements/oj-message/index.js.map +1 -1
- package/elements/oj-message/index.ts +2 -2
- package/elements/oj-message-banner/OjMessageBanner.js +1 -1
- package/elements/oj-message-banner/OjMessageBanner.js.map +1 -1
- package/elements/oj-message-banner/OjMessageBanner.ts +1 -1
- package/elements/oj-message-banner/index.js +2 -2
- package/elements/oj-message-banner/index.js.map +1 -1
- package/elements/oj-message-banner/index.ts +2 -2
- package/elements/oj-n-box/OjNBox.js +1 -1
- package/elements/oj-n-box/OjNBox.ts +1 -1
- package/elements/oj-n-box/index.js +2 -2
- package/elements/oj-n-box/index.js.map +1 -1
- package/elements/oj-n-box/index.ts +2 -2
- package/elements/oj-navigation-list/OjNavigationList.js +1 -1
- package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationList.ts +1 -1
- package/elements/oj-navigation-list/OjNavigationListBase.ts +4 -0
- package/elements/oj-navigation-list/index.js +2 -2
- package/elements/oj-navigation-list/index.js.map +1 -1
- package/elements/oj-navigation-list/index.ts +2 -2
- package/elements/oj-paging-control/OjPagingControl.js +1 -1
- package/elements/oj-paging-control/OjPagingControl.ts +1 -1
- package/elements/oj-paging-control/index.js +2 -2
- package/elements/oj-paging-control/index.js.map +1 -1
- package/elements/oj-paging-control/index.ts +2 -2
- package/elements/oj-picto-chart/OjPictoChart.js +1 -1
- package/elements/oj-picto-chart/OjPictoChart.ts +1 -1
- package/elements/oj-picto-chart/index.js +2 -2
- package/elements/oj-picto-chart/index.js.map +1 -1
- package/elements/oj-picto-chart/index.ts +2 -2
- package/elements/oj-popup/OjPopup.js +1 -1
- package/elements/oj-popup/OjPopup.ts +1 -1
- package/elements/oj-popup/index.js +2 -2
- package/elements/oj-popup/index.js.map +1 -1
- package/elements/oj-popup/index.ts +2 -2
- package/elements/oj-progress/OjProgress.js +1 -1
- package/elements/oj-progress/OjProgress.ts +1 -1
- package/elements/oj-progress/index.js +2 -2
- package/elements/oj-progress/index.js.map +1 -1
- package/elements/oj-progress/index.ts +2 -2
- package/elements/oj-progress-list/OjProgressList.js +1 -1
- package/elements/oj-progress-list/OjProgressList.ts +1 -1
- package/elements/oj-progress-list/index.js +2 -2
- package/elements/oj-progress-list/index.js.map +1 -1
- package/elements/oj-progress-list/index.ts +2 -2
- package/elements/oj-radioset/OjRadioset.js +1 -1
- package/elements/oj-radioset/OjRadioset.js.map +1 -1
- package/elements/oj-radioset/OjRadioset.ts +1 -1
- package/elements/oj-radioset/index.js +2 -2
- package/elements/oj-radioset/index.js.map +1 -1
- package/elements/oj-radioset/index.ts +2 -2
- package/elements/oj-rating-gauge/OjRatingGauge.js +1 -1
- package/elements/oj-rating-gauge/OjRatingGauge.ts +1 -1
- package/elements/oj-rating-gauge/index.js +2 -2
- package/elements/oj-rating-gauge/index.js.map +1 -1
- package/elements/oj-rating-gauge/index.ts +2 -2
- package/elements/oj-refresher/OjRefresher.js +1 -1
- package/elements/oj-refresher/OjRefresher.ts +1 -1
- package/elements/oj-refresher/index.js +2 -2
- package/elements/oj-refresher/index.js.map +1 -1
- package/elements/oj-refresher/index.ts +2 -2
- package/elements/oj-row-expander/OjRowExpander.js +1 -1
- package/elements/oj-row-expander/OjRowExpander.ts +1 -1
- package/elements/oj-row-expander/index.js +2 -2
- package/elements/oj-row-expander/index.js.map +1 -1
- package/elements/oj-row-expander/index.ts +2 -2
- package/elements/oj-select-many/OjSelectMany.js +1 -1
- package/elements/oj-select-many/OjSelectMany.js.map +1 -1
- package/elements/oj-select-many/OjSelectMany.ts +1 -1
- package/elements/oj-select-many/index.js +2 -2
- package/elements/oj-select-many/index.js.map +1 -1
- package/elements/oj-select-many/index.ts +2 -2
- package/elements/oj-select-one/OjSelectOne.js +1 -1
- package/elements/oj-select-one/OjSelectOne.js.map +1 -1
- package/elements/oj-select-one/OjSelectOne.ts +1 -1
- package/elements/oj-select-one/index.js +2 -2
- package/elements/oj-select-one/index.js.map +1 -1
- package/elements/oj-select-one/index.ts +2 -2
- package/elements/oj-select-single/OjSelectSingle.js +1 -1
- package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
- package/elements/oj-select-single/OjSelectSingle.ts +1 -1
- package/elements/oj-select-single/index.js +2 -2
- package/elements/oj-select-single/index.js.map +1 -1
- package/elements/oj-select-single/index.ts +2 -2
- package/elements/oj-selector/OjSelector.js +1 -1
- package/elements/oj-selector/OjSelector.ts +1 -1
- package/elements/oj-selector/index.js +2 -2
- package/elements/oj-selector/index.js.map +1 -1
- package/elements/oj-selector/index.ts +2 -2
- package/elements/oj-slider/OjSlider.js +1 -1
- package/elements/oj-slider/OjSlider.js.map +1 -1
- package/elements/oj-slider/OjSlider.ts +1 -1
- package/elements/oj-slider/index.js +2 -2
- package/elements/oj-slider/index.js.map +1 -1
- package/elements/oj-slider/index.ts +2 -2
- package/elements/oj-spark-chart/OjSparkChart.js +1 -1
- package/elements/oj-spark-chart/OjSparkChart.ts +1 -1
- package/elements/oj-spark-chart/index.js +2 -2
- package/elements/oj-spark-chart/index.js.map +1 -1
- package/elements/oj-spark-chart/index.ts +2 -2
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js +1 -1
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +1 -1
- package/elements/oj-status-meter-gauge/index.js +2 -2
- package/elements/oj-status-meter-gauge/index.js.map +1 -1
- package/elements/oj-status-meter-gauge/index.ts +2 -2
- package/elements/oj-stream-list/OjStreamList.js +1 -1
- package/elements/oj-stream-list/OjStreamList.ts +1 -1
- package/elements/oj-stream-list/index.js +2 -2
- package/elements/oj-stream-list/index.js.map +1 -1
- package/elements/oj-stream-list/index.ts +2 -2
- package/elements/oj-sunburst/OjSunburst.js +1 -1
- package/elements/oj-sunburst/OjSunburst.ts +1 -1
- package/elements/oj-sunburst/index.js +2 -2
- package/elements/oj-sunburst/index.js.map +1 -1
- package/elements/oj-sunburst/index.ts +2 -2
- package/elements/oj-swipe-actions/OjSwipeActions.js +1 -1
- package/elements/oj-swipe-actions/OjSwipeActions.ts +1 -1
- package/elements/oj-swipe-actions/index.js +2 -2
- package/elements/oj-swipe-actions/index.js.map +1 -1
- package/elements/oj-swipe-actions/index.ts +2 -2
- package/elements/oj-switch/OjSwitch.js +1 -1
- package/elements/oj-switch/OjSwitch.js.map +1 -1
- package/elements/oj-switch/OjSwitch.ts +1 -1
- package/elements/oj-switch/index.js +2 -2
- package/elements/oj-switch/index.js.map +1 -1
- package/elements/oj-switch/index.ts +2 -2
- package/elements/oj-tab-bar/OjTabBar.js +1 -1
- package/elements/oj-tab-bar/OjTabBar.ts +1 -1
- package/elements/oj-tab-bar/index.js +2 -2
- package/elements/oj-tab-bar/index.js.map +1 -1
- package/elements/oj-tab-bar/index.ts +2 -2
- package/elements/oj-table/OjTable.js +50 -1
- package/elements/oj-table/OjTable.js.map +1 -1
- package/elements/oj-table/OjTable.ts +56 -1
- package/elements/oj-table/OjTableBase.ts +2 -1
- package/elements/oj-table/index.js +2 -2
- package/elements/oj-table/index.js.map +1 -1
- package/elements/oj-table/index.ts +2 -2
- package/elements/oj-tag-cloud/OjTagCloud.js +1 -1
- package/elements/oj-tag-cloud/OjTagCloud.ts +1 -1
- package/elements/oj-tag-cloud/index.js +2 -2
- package/elements/oj-tag-cloud/index.js.map +1 -1
- package/elements/oj-tag-cloud/index.ts +2 -2
- package/elements/oj-text-area/OjTextArea.js +1 -1
- package/elements/oj-text-area/OjTextArea.ts +1 -1
- package/elements/oj-text-area/index.js +2 -2
- package/elements/oj-text-area/index.js.map +1 -1
- package/elements/oj-text-area/index.ts +2 -2
- package/elements/oj-thematic-map/OjThematicMap.js +1 -1
- package/elements/oj-thematic-map/OjThematicMap.ts +1 -1
- package/elements/oj-thematic-map/index.js +2 -2
- package/elements/oj-thematic-map/index.js.map +1 -1
- package/elements/oj-thematic-map/index.ts +2 -2
- package/elements/oj-time-axis/OjTimeAxis.js +1 -1
- package/elements/oj-time-axis/OjTimeAxis.ts +1 -1
- package/elements/oj-time-axis/index.js +2 -2
- package/elements/oj-time-axis/index.js.map +1 -1
- package/elements/oj-time-axis/index.ts +2 -2
- package/elements/oj-timeline/OjTimeline.js +1 -1
- package/elements/oj-timeline/OjTimeline.ts +1 -1
- package/elements/oj-timeline/index.js +2 -2
- package/elements/oj-timeline/index.js.map +1 -1
- package/elements/oj-timeline/index.ts +2 -2
- package/elements/oj-train/OjTrain.js +1 -1
- package/elements/oj-train/OjTrain.ts +1 -1
- package/elements/oj-train/index.js +2 -2
- package/elements/oj-train/index.js.map +1 -1
- package/elements/oj-train/index.ts +2 -2
- package/elements/oj-tree-view/OjTreeView.js +1 -1
- package/elements/oj-tree-view/OjTreeView.js.map +1 -1
- package/elements/oj-tree-view/OjTreeView.ts +1 -1
- package/elements/oj-tree-view/index.js +2 -2
- package/elements/oj-tree-view/index.js.map +1 -1
- package/elements/oj-tree-view/index.ts +2 -2
- package/elements/oj-treemap/OjTreemap.js +1 -1
- package/elements/oj-treemap/OjTreemap.ts +1 -1
- package/elements/oj-treemap/index.js +2 -2
- package/elements/oj-treemap/index.js.map +1 -1
- package/elements/oj-treemap/index.ts +2 -2
- package/elements/oj-waterfall-layout/OjWaterfallLayout.js +1 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +1 -1
- package/elements/oj-waterfall-layout/index.js +2 -2
- package/elements/oj-waterfall-layout/index.js.map +1 -1
- package/elements/oj-waterfall-layout/index.ts +2 -2
- package/index.js.map +1 -1
- package/lib/OjFetch.js.map +1 -1
- package/lib/ScreenshotManager.js.map +1 -1
- package/lib/busy-context-utils.js.map +1 -1
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-override.js.map +1 -1
- package/lib/input-utils.js.map +1 -1
- package/lib/slot-proxy.js +2 -0
- package/lib/slot-proxy.js.map +1 -1
- package/lib/slot-proxy.ts +2 -0
- package/lib/stale-element.js.map +1 -1
- package/package.json +10 -9
- package/tsconfig.json +10 -2
- package/wdtsdoc/assets/main.js +4 -3
- package/wdtsdoc/assets/navigation.js +1 -0
- package/wdtsdoc/assets/search.js +1 -1
- package/wdtsdoc/assets/style.css +32 -14
- package/wdtsdoc/classes/elements.OjAccordion.html +86 -762
- package/wdtsdoc/classes/elements.OjActionCard.html +76 -718
- package/wdtsdoc/classes/elements.OjButton.html +94 -788
- package/wdtsdoc/classes/elements.OjButtonsetMany.html +101 -822
- package/wdtsdoc/classes/elements.OjButtonsetOne.html +101 -822
- package/wdtsdoc/classes/elements.OjChart.html +252 -1460
- package/wdtsdoc/classes/elements.OjCheckboxset.html +136 -964
- package/wdtsdoc/classes/elements.OjCollapsible.html +95 -797
- package/wdtsdoc/classes/elements.OjColorPalette.html +131 -948
- package/wdtsdoc/classes/elements.OjColorSpectrum.html +122 -912
- package/wdtsdoc/classes/elements.OjComboboxMany.html +166 -1088
- package/wdtsdoc/classes/elements.OjComboboxOne.html +169 -1101
- package/wdtsdoc/classes/elements.OjConveyorBelt.html +104 -857
- package/wdtsdoc/classes/elements.OjDataGrid.html +195 -1155
- package/wdtsdoc/classes/elements.OjDatePicker.html +174 -1112
- package/wdtsdoc/classes/elements.OjDateTimePicker.html +177 -1124
- package/wdtsdoc/classes/elements.OjDiagram.html +199 -1216
- package/wdtsdoc/classes/elements.OjDialog.html +100 -814
- package/wdtsdoc/classes/elements.OjDrawerLayout.html +101 -834
- package/wdtsdoc/classes/elements.OjDrawerPopup.html +91 -778
- package/wdtsdoc/classes/elements.OjFilePicker.html +99 -811
- package/wdtsdoc/classes/elements.OjFilmStrip.html +98 -810
- package/wdtsdoc/classes/elements.OjGantt.html +174 -1118
- package/wdtsdoc/classes/elements.OjIndexer.html +81 -734
- package/wdtsdoc/classes/elements.OjInputDate.html +176 -1122
- package/wdtsdoc/classes/elements.OjInputDateTime.html +179 -1134
- package/wdtsdoc/classes/elements.OjInputNumber.html +166 -1084
- package/wdtsdoc/classes/elements.OjInputPassword.html +151 -1024
- package/wdtsdoc/classes/elements.OjInputSearch.html +92 -791
- package/wdtsdoc/classes/elements.OjInputText.html +164 -1074
- package/wdtsdoc/classes/elements.OjInputTime.html +170 -1098
- package/wdtsdoc/classes/elements.OjLabel.html +89 -768
- package/wdtsdoc/classes/elements.OjLedGauge.html +133 -946
- package/wdtsdoc/classes/elements.OjLegend.html +149 -1010
- package/wdtsdoc/classes/elements.OjListView.html +147 -1037
- package/wdtsdoc/classes/elements.OjMasonryLayout.html +80 -732
- package/wdtsdoc/classes/elements.OjMenu.html +93 -797
- package/wdtsdoc/classes/elements.OjMenuButton.html +91 -778
- package/wdtsdoc/classes/elements.OjMessage.html +85 -754
- package/wdtsdoc/classes/elements.OjMessageBanner.html +89 -787
- package/wdtsdoc/classes/elements.OjNBox.html +180 -1160
- package/wdtsdoc/classes/elements.OjNavigationList.html +129 -976
- package/wdtsdoc/classes/elements.OjPagingControl.html +101 -814
- package/wdtsdoc/classes/elements.OjPictoChart.html +150 -1028
- package/wdtsdoc/classes/elements.OjPopup.html +95 -792
- package/wdtsdoc/classes/elements.OjProgress.html +89 -774
- package/wdtsdoc/classes/elements.OjProgressList.html +78 -722
- package/wdtsdoc/classes/elements.OjRadioset.html +136 -964
- package/wdtsdoc/classes/elements.OjRatingGauge.html +151 -1018
- package/wdtsdoc/classes/elements.OjRefresher.html +86 -756
- package/wdtsdoc/classes/elements.OjRowExpander.html +88 -766
- package/wdtsdoc/classes/elements.OjSelectMany.html +157 -1052
- package/wdtsdoc/classes/elements.OjSelectOne.html +157 -1052
- package/wdtsdoc/classes/elements.OjSelectSingle.html +145 -1004
- package/wdtsdoc/classes/elements.OjSelector.html +94 -793
- package/wdtsdoc/classes/elements.OjSlider.html +137 -972
- package/wdtsdoc/classes/elements.OjSparkChart.html +159 -1046
- package/wdtsdoc/classes/elements.OjStatusMeterGauge.html +182 -1134
- package/wdtsdoc/classes/elements.OjStreamList.html +94 -836
- package/wdtsdoc/classes/elements.OjSunburst.html +171 -1118
- package/wdtsdoc/classes/elements.OjSwipeActions.html +80 -737
- package/wdtsdoc/classes/elements.OjSwitch.html +122 -912
- package/wdtsdoc/classes/elements.OjTabBar.html +118 -892
- package/wdtsdoc/classes/elements.OjTable.html +193 -1252
- package/wdtsdoc/classes/elements.OjTagCloud.html +133 -958
- package/wdtsdoc/classes/elements.OjTextArea.html +163 -1072
- package/wdtsdoc/classes/elements.OjThematicMap.html +177 -1136
- package/wdtsdoc/classes/elements.OjTimeAxis.html +92 -780
- package/wdtsdoc/classes/elements.OjTimeline.html +143 -990
- package/wdtsdoc/classes/elements.OjTrain.html +86 -762
- package/wdtsdoc/classes/elements.OjTreeView.html +117 -948
- package/wdtsdoc/classes/elements.OjTreemap.html +177 -1142
- package/wdtsdoc/classes/elements.OjWaterfallLayout.html +86 -762
- package/wdtsdoc/classes/elements.OjWebElement.html +73 -701
- package/wdtsdoc/classes/index.DriverManager.html +24 -350
- package/wdtsdoc/classes/index.Expectation.html +63 -889
- package/wdtsdoc/functions/elements.ojAccordion-1.html +6 -230
- package/wdtsdoc/functions/elements.ojActionCard-1.html +6 -230
- package/wdtsdoc/functions/elements.ojButton-1.html +6 -230
- package/wdtsdoc/functions/elements.ojButtonsetMany-1.html +6 -230
- package/wdtsdoc/functions/elements.ojButtonsetOne-1.html +6 -230
- package/wdtsdoc/functions/elements.ojChart-1.html +6 -230
- package/wdtsdoc/functions/elements.ojCheckboxset-1.html +6 -230
- package/wdtsdoc/functions/elements.ojCollapsible-1.html +6 -230
- package/wdtsdoc/functions/elements.ojColorPalette-1.html +6 -230
- package/wdtsdoc/functions/elements.ojColorSpectrum-1.html +6 -230
- package/wdtsdoc/functions/elements.ojComboboxMany-1.html +6 -230
- package/wdtsdoc/functions/elements.ojComboboxOne-1.html +6 -230
- package/wdtsdoc/functions/elements.ojConveyorBelt-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDataGrid-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDatePicker-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDateTimePicker-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDiagram-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDialog-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDrawerLayout-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDrawerPopup-1.html +6 -230
- package/wdtsdoc/functions/elements.ojFilePicker-1.html +6 -230
- package/wdtsdoc/functions/elements.ojFilmStrip-1.html +6 -230
- package/wdtsdoc/functions/elements.ojGantt-1.html +6 -230
- package/wdtsdoc/functions/elements.ojIndexer-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputDate-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputDateTime-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputNumber-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputPassword-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputSearch-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputText-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputTime-1.html +6 -230
- package/wdtsdoc/functions/elements.ojLabel-1.html +6 -230
- package/wdtsdoc/functions/elements.ojLedGauge-1.html +6 -230
- package/wdtsdoc/functions/elements.ojLegend-1.html +6 -230
- package/wdtsdoc/functions/elements.ojListView-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMasonryLayout-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMenu-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMenuButton-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMessage-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMessageBanner-1.html +6 -230
- package/wdtsdoc/functions/elements.ojNBox-1.html +6 -230
- package/wdtsdoc/functions/elements.ojNavigationList-1.html +6 -230
- package/wdtsdoc/functions/elements.ojPagingControl-1.html +6 -230
- package/wdtsdoc/functions/elements.ojPictoChart-1.html +6 -230
- package/wdtsdoc/functions/elements.ojPopup-1.html +6 -230
- package/wdtsdoc/functions/elements.ojProgress-1.html +6 -230
- package/wdtsdoc/functions/elements.ojProgressList-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRadioset-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRatingGauge-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRefresher-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRowExpander-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelectMany-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelectOne-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelectSingle-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelector-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSlider-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSparkChart-1.html +6 -230
- package/wdtsdoc/functions/elements.ojStatusMeterGauge-1.html +6 -230
- package/wdtsdoc/functions/elements.ojStreamList-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSunburst-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSwipeActions-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSwitch-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTabBar-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTable-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTagCloud-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTextArea-1.html +6 -230
- package/wdtsdoc/functions/elements.ojThematicMap-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTimeAxis-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTimeline-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTrain-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTreeView-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTreemap-1.html +6 -230
- package/wdtsdoc/functions/elements.ojWaterfallLayout-1.html +6 -230
- package/wdtsdoc/functions/elements.ojWebElement-1.html +4 -227
- package/wdtsdoc/functions/index.ScreenshotManager.create.html +3 -224
- package/wdtsdoc/functions/index.ScreenshotManager.get.html +3 -218
- package/wdtsdoc/functions/index.ScreenshotManager.set.html +3 -224
- package/wdtsdoc/functions/index.fetchKeyByFilter.html +9 -254
- package/wdtsdoc/functions/index.register.html +4 -240
- package/wdtsdoc/functions/index.slotProxy-1.html +5 -228
- package/wdtsdoc/index.html +2 -222
- package/wdtsdoc/interfaces/index.DriverLike.html +8 -270
- package/wdtsdoc/interfaces/index.SlotProxy.html +13 -285
- package/wdtsdoc/modules/elements.html +149 -367
- package/wdtsdoc/modules/index.ScreenshotManager.html +4 -218
- package/wdtsdoc/modules/index.html +10 -237
- package/wdtsdoc/variables/index.default.html +20 -330
|
@@ -1,1082 +1,204 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OjPictoChart | @oracle/oraclejet-webdriver -
|
|
2
|
-
<div class="tsd-toolbar-contents container">
|
|
3
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
-
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
-
<div class="field">
|
|
6
|
-
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
-
<ul class="results">
|
|
8
|
-
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.1.7</a></div>
|
|
10
|
-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
-
<div class="container container-main">
|
|
12
|
-
<div class="col-content">
|
|
13
|
-
<div class="tsd-page-title">
|
|
14
|
-
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../index.html">@oracle/oraclejet-webdriver</a></li>
|
|
16
|
-
<li><a href="../modules/elements.html">elements</a></li>
|
|
17
|
-
<li><a href="elements.OjPictoChart.html">OjPictoChart</a></li></ul>
|
|
18
|
-
<h1>Class OjPictoChart</h1></div>
|
|
19
|
-
<section class="tsd-panel tsd-comment">
|
|
20
|
-
<div class="tsd-comment tsd-typography"><p>The component WebElement for <a href="../../jsdocs/oj.ojPictoChart.html">oj-picto-chart</a>.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OjPictoChart | @oracle/oraclejet-webdriver - v16.0.0</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v16.0.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@oracle/oraclejet-webdriver</a></li><li><a href="../modules/elements.html">elements</a></li><li><a href="elements.OjPictoChart.html">OjPictoChart</a></li></ul><h1>Class OjPictoChart</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The component WebElement for <a href="../../jsdocs/oj.ojPictoChart.html">oj-picto-chart</a>.
|
|
21
2
|
Do not instantiate this class directly, instead, use
|
|
22
|
-
<a href="../
|
|
23
|
-
</div></section>
|
|
24
|
-
|
|
25
|
-
<
|
|
26
|
-
<
|
|
27
|
-
<
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
<
|
|
33
|
-
<
|
|
34
|
-
<
|
|
35
|
-
<
|
|
36
|
-
<
|
|
37
|
-
<
|
|
38
|
-
</
|
|
39
|
-
<
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
<a href="elements.OjPictoChart.html#
|
|
43
|
-
<a href="elements.OjPictoChart.html#
|
|
44
|
-
<a href="elements.OjPictoChart.html#
|
|
45
|
-
<a href="elements.OjPictoChart.html#
|
|
46
|
-
<a href="elements.OjPictoChart.html#
|
|
47
|
-
<a href="elements.OjPictoChart.html#
|
|
48
|
-
<a href="elements.OjPictoChart.html#
|
|
49
|
-
<a href="elements.OjPictoChart.html#
|
|
50
|
-
<a href="elements.OjPictoChart.html#
|
|
51
|
-
<a href="elements.OjPictoChart.html#
|
|
52
|
-
<a href="elements.OjPictoChart.html#
|
|
53
|
-
<a href="elements.OjPictoChart.html#
|
|
54
|
-
<a href="elements.OjPictoChart.html#
|
|
55
|
-
<a href="elements.OjPictoChart.html#
|
|
56
|
-
<a href="elements.OjPictoChart.html#
|
|
57
|
-
<a href="elements.OjPictoChart.html#
|
|
58
|
-
<a href="elements.OjPictoChart.html#
|
|
59
|
-
<a href="elements.OjPictoChart.html#
|
|
60
|
-
<a href="elements.OjPictoChart.html#
|
|
61
|
-
<a href="elements.OjPictoChart.html#
|
|
62
|
-
<a href="elements.OjPictoChart.html#
|
|
63
|
-
<a href="elements.OjPictoChart.html#
|
|
64
|
-
<a href="elements.OjPictoChart.html#
|
|
65
|
-
<a href="elements.OjPictoChart.html#
|
|
66
|
-
<a href="elements.OjPictoChart.html#
|
|
67
|
-
<a href="elements.OjPictoChart.html#
|
|
68
|
-
<a href="elements.OjPictoChart.html#
|
|
69
|
-
<a href="elements.OjPictoChart.html#
|
|
70
|
-
<a href="elements.OjPictoChart.html#
|
|
71
|
-
<a href="elements.OjPictoChart.html#
|
|
72
|
-
<a href="elements.OjPictoChart.html#
|
|
73
|
-
<a href="elements.OjPictoChart.html#
|
|
74
|
-
<a href="elements.OjPictoChart.html#
|
|
75
|
-
<a href="elements.OjPictoChart.html#
|
|
76
|
-
<a href="elements.OjPictoChart.html#
|
|
77
|
-
<a href="elements.OjPictoChart.html#
|
|
78
|
-
<a href="elements.OjPictoChart.html#
|
|
79
|
-
<a href="elements.OjPictoChart.html#
|
|
80
|
-
|
|
81
|
-
<a href="elements.OjPictoChart.html#hasSize" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>has<wbr/>Size</span></a>
|
|
82
|
-
<a href="elements.OjPictoChart.html#hasVisibility" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>has<wbr/>Visibility</span></a>
|
|
83
|
-
<a href="elements.OjPictoChart.html#isDisplayed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Displayed</span></a>
|
|
84
|
-
<a href="elements.OjPictoChart.html#isEnabled" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Enabled</span></a>
|
|
85
|
-
<a href="elements.OjPictoChart.html#isSelected" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Selected</span></a>
|
|
86
|
-
<a href="elements.OjPictoChart.html#sendKeys" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>send<wbr/>Keys</span></a>
|
|
87
|
-
<a href="elements.OjPictoChart.html#serialize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>serialize</span></a>
|
|
88
|
-
<a href="elements.OjPictoChart.html#setProperty" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Property</span></a>
|
|
89
|
-
<a href="elements.OjPictoChart.html#submit" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>submit</span></a>
|
|
90
|
-
<a href="elements.OjPictoChart.html#takeScreenshot" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>take<wbr/>Screenshot</span></a>
|
|
91
|
-
<a href="elements.OjPictoChart.html#whenBusyContextReady" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>when<wbr/>Busy<wbr/>Context<wbr/>Ready</span></a>
|
|
92
|
-
<a href="elements.OjPictoChart.html#whenReady" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>when<wbr/>Ready</span></a>
|
|
93
|
-
<a href="elements.OjPictoChart.html#buildId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>build<wbr/>Id</span></a>
|
|
94
|
-
<a href="elements.OjPictoChart.html#equals" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>equals</span></a>
|
|
95
|
-
<a href="elements.OjPictoChart.html#extractId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>extract<wbr/>Id</span></a>
|
|
96
|
-
<a href="elements.OjPictoChart.html#isId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Id</span></a>
|
|
97
|
-
</div></section></div></details></section></section>
|
|
98
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
99
|
-
<h2>Constructors</h2>
|
|
100
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a>
|
|
101
|
-
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
102
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
103
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_OjPictoChart"><span class="tsd-kind-constructor-signature">new <wbr/>Oj<wbr/>Picto<wbr/>Chart</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">el</span>, <span class="tsd-kind-parameter">locators</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="elements.OjPictoChart.html" class="tsd-signature-type tsd-kind-class">OjPictoChart</a><a href="#constructor.new_OjPictoChart" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
104
|
-
<li class="tsd-description">
|
|
105
|
-
<div class="tsd-comment tsd-typography"><p>Constructor. Pass an instance of WebDriver's WebElement that
|
|
3
|
+
<a href="../functions/elements.ojPictoChart-1.html">ojPictoChart</a>.</p>
|
|
4
|
+
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy</h4><ul class="tsd-hierarchy"><li><span class="tsd-signature-type ">OjPictoChartBase</span><ul class="tsd-hierarchy"><li><span class="target">OjPictoChart</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="elements.OjPictoChart.html#constructor" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a>
|
|
5
|
+
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="elements.OjPictoChart.html#changeHiddenCategories" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Hidden<wbr/>Categories</span></a>
|
|
6
|
+
<a href="elements.OjPictoChart.html#changeHighlightedCategories" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Highlighted<wbr/>Categories</span></a>
|
|
7
|
+
<a href="elements.OjPictoChart.html#changeSelection" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Selection</span></a>
|
|
8
|
+
<a href="elements.OjPictoChart.html#clear" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>clear</span></a>
|
|
9
|
+
<a href="elements.OjPictoChart.html#click" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>click</span></a>
|
|
10
|
+
<a href="elements.OjPictoChart.html#findElement" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>find<wbr/>Element</span></a>
|
|
11
|
+
<a href="elements.OjPictoChart.html#findElements" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>find<wbr/>Elements</span></a>
|
|
12
|
+
<a href="elements.OjPictoChart.html#getAnimationDuration" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Animation<wbr/>Duration</span></a>
|
|
13
|
+
<a href="elements.OjPictoChart.html#getAnimationOnDataChange" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span></a>
|
|
14
|
+
<a href="elements.OjPictoChart.html#getAnimationOnDisplay" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Animation<wbr/>On<wbr/>Display</span></a>
|
|
15
|
+
<a href="elements.OjPictoChart.html#getAs" class="tsd-index-link deprecated tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>As</span></a>
|
|
16
|
+
<a href="elements.OjPictoChart.html#getAttribute" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Attribute</span></a>
|
|
17
|
+
<a href="elements.OjPictoChart.html#getColumnCount" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Column<wbr/>Count</span></a>
|
|
18
|
+
<a href="elements.OjPictoChart.html#getColumnWidth" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Column<wbr/>Width</span></a>
|
|
19
|
+
<a href="elements.OjPictoChart.html#getCssValue" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Css<wbr/>Value</span></a>
|
|
20
|
+
<a href="elements.OjPictoChart.html#getDrilling" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Drilling</span></a>
|
|
21
|
+
<a href="elements.OjPictoChart.html#getDriver" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Driver</span></a>
|
|
22
|
+
<a href="elements.OjPictoChart.html#getHiddenCategories" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Hidden<wbr/>Categories</span></a>
|
|
23
|
+
<a href="elements.OjPictoChart.html#getHighlightMatch" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Highlight<wbr/>Match</span></a>
|
|
24
|
+
<a href="elements.OjPictoChart.html#getHighlightedCategories" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Highlighted<wbr/>Categories</span></a>
|
|
25
|
+
<a href="elements.OjPictoChart.html#getHoverBehavior" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Hover<wbr/>Behavior</span></a>
|
|
26
|
+
<a href="elements.OjPictoChart.html#getHoverBehaviorDelay" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span></a>
|
|
27
|
+
<a href="elements.OjPictoChart.html#getId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Id</span></a>
|
|
28
|
+
<a href="elements.OjPictoChart.html#getItems" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Items</span></a>
|
|
29
|
+
<a href="elements.OjPictoChart.html#getLayout" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Layout</span></a>
|
|
30
|
+
<a href="elements.OjPictoChart.html#getLayoutOrigin" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Layout<wbr/>Origin</span></a>
|
|
31
|
+
<a href="elements.OjPictoChart.html#getLocation" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Location</span></a>
|
|
32
|
+
<a href="elements.OjPictoChart.html#getProperty" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Property</span></a>
|
|
33
|
+
<a href="elements.OjPictoChart.html#getRect" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Rect</span></a>
|
|
34
|
+
<a href="elements.OjPictoChart.html#getRowCount" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Row<wbr/>Count</span></a>
|
|
35
|
+
<a href="elements.OjPictoChart.html#getRowHeight" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Row<wbr/>Height</span></a>
|
|
36
|
+
<a href="elements.OjPictoChart.html#getSelection" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Selection</span></a>
|
|
37
|
+
<a href="elements.OjPictoChart.html#getSelectionMode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Selection<wbr/>Mode</span></a>
|
|
38
|
+
<a href="elements.OjPictoChart.html#getShadowRoot" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Shadow<wbr/>Root</span></a>
|
|
39
|
+
<a href="elements.OjPictoChart.html#getSize" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Size</span></a>
|
|
40
|
+
<a href="elements.OjPictoChart.html#getTagName" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Tag<wbr/>Name</span></a>
|
|
41
|
+
<a href="elements.OjPictoChart.html#getText" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Text</span></a>
|
|
42
|
+
<a href="elements.OjPictoChart.html#getTooltip" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Tooltip</span></a>
|
|
43
|
+
<a href="elements.OjPictoChart.html#getTrackResize" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Track<wbr/>Resize</span></a>
|
|
44
|
+
<a href="elements.OjPictoChart.html#getTranslations" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Translations</span></a>
|
|
45
|
+
<a href="elements.OjPictoChart.html#hasSize" class="tsd-index-link deprecated tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Size</span></a>
|
|
46
|
+
<a href="elements.OjPictoChart.html#hasVisibility" class="tsd-index-link deprecated tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Visibility</span></a>
|
|
47
|
+
<a href="elements.OjPictoChart.html#isDisplayed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Displayed</span></a>
|
|
48
|
+
<a href="elements.OjPictoChart.html#isEnabled" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Enabled</span></a>
|
|
49
|
+
<a href="elements.OjPictoChart.html#isSelected" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Selected</span></a>
|
|
50
|
+
<a href="elements.OjPictoChart.html#sendKeys" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>send<wbr/>Keys</span></a>
|
|
51
|
+
<a href="elements.OjPictoChart.html#serialize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>serialize</span></a>
|
|
52
|
+
<a href="elements.OjPictoChart.html#setProperty" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Property</span></a>
|
|
53
|
+
<a href="elements.OjPictoChart.html#submit" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>submit</span></a>
|
|
54
|
+
<a href="elements.OjPictoChart.html#takeScreenshot" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>take<wbr/>Screenshot</span></a>
|
|
55
|
+
<a href="elements.OjPictoChart.html#whenBusyContextReady" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>when<wbr/>Busy<wbr/>Context<wbr/>Ready</span></a>
|
|
56
|
+
<a href="elements.OjPictoChart.html#whenReady" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>when<wbr/>Ready</span></a>
|
|
57
|
+
<a href="elements.OjPictoChart.html#buildId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>build<wbr/>Id</span></a>
|
|
58
|
+
<a href="elements.OjPictoChart.html#equals" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>equals</span></a>
|
|
59
|
+
<a href="elements.OjPictoChart.html#extractId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>extract<wbr/>Id</span></a>
|
|
60
|
+
<a href="elements.OjPictoChart.html#isId" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Id</span></a>
|
|
61
|
+
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="constructor.new_OjPictoChart"><span class="tsd-kind-constructor-signature">new <wbr/>Oj<wbr/>Picto<wbr/>Chart</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">el</span>, <span class="tsd-kind-parameter">locators</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="elements.OjPictoChart.html" class="tsd-signature-type tsd-kind-class">OjPictoChart</a><a href="#constructor.new_OjPictoChart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Constructor. Pass an instance of WebDriver's WebElement that
|
|
106
62
|
represents the DOM node on which we"ll perform operations.</p>
|
|
107
|
-
</div>
|
|
108
|
-
<div class="tsd-parameters">
|
|
109
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
110
|
-
<ul class="tsd-parameter-list">
|
|
111
|
-
<li>
|
|
112
|
-
<h5><span class="tsd-kind-parameter">el</span>: <span class="tsd-signature-type ">WebElement</span></h5>
|
|
113
|
-
<div class="tsd-comment tsd-typography"><p>The basic WebElement with which this WebElement will
|
|
63
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">el</span>: <span class="tsd-signature-type ">WebElement</span></h5><div class="tsd-comment tsd-typography"><p>The basic WebElement with which this WebElement will
|
|
114
64
|
work.</p>
|
|
115
|
-
</div></li>
|
|
116
|
-
<li>
|
|
117
|
-
<h5><span class="tsd-kind-parameter">locators</span>: <span class="tsd-signature-type ">ElementLocators</span></h5></li></ul></div>
|
|
118
|
-
<h4 class="tsd-returns-title">Returns <a href="elements.OjPictoChart.html" class="tsd-signature-type tsd-kind-class">OjPictoChart</a></h4><aside class="tsd-sources">
|
|
119
|
-
<p>Inherited from OjPictoChartBase.constructor</p></aside></li></ul></section></section>
|
|
120
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
121
|
-
<h2>Methods</h2>
|
|
122
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeHiddenCategories" class="tsd-anchor"></a>
|
|
123
|
-
<h3 class="tsd-anchor-link"><span>change<wbr/>Hidden<wbr/>Categories</span><a href="#changeHiddenCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
124
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
125
|
-
<li class="tsd-signature tsd-anchor-link" id="changeHiddenCategories.changeHiddenCategories-1"><span class="tsd-kind-call-signature">change<wbr/>Hidden<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hiddenCategories</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeHiddenCategories.changeHiddenCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
126
|
-
<li class="tsd-description">
|
|
127
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>hiddenCategories</code> property.
|
|
65
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><h5><span class="tsd-kind-parameter">locators</span>: <span class="tsd-signature-type ">ElementLocators</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <a href="elements.OjPictoChart.html" class="tsd-signature-type tsd-kind-class">OjPictoChart</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.constructor</p></aside></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Methods</h2><section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeHiddenCategories" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change<wbr/>Hidden<wbr/>Categories</span><a href="#changeHiddenCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="changeHiddenCategories.changeHiddenCategories-1"><span class="tsd-kind-call-signature">change<wbr/>Hidden<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hiddenCategories</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeHiddenCategories.changeHiddenCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the value of <code>hiddenCategories</code> property.
|
|
128
66
|
An array of category strings used for filtering. Data items with any category matching an item in this array will be filtered.</p>
|
|
129
|
-
</div>
|
|
130
|
-
<div class="tsd-
|
|
131
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
132
|
-
<ul class="tsd-parameter-list">
|
|
133
|
-
<li>
|
|
134
|
-
<h5><span class="tsd-kind-parameter">hiddenCategories</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
135
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>hiddenCategories</code></p>
|
|
136
|
-
</div></li></ul></div>
|
|
137
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
138
|
-
<p>Inherited from OjPictoChartBase.changeHiddenCategories</p></aside></li></ul></section>
|
|
139
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeHighlightedCategories" class="tsd-anchor"></a>
|
|
140
|
-
<h3 class="tsd-anchor-link"><span>change<wbr/>Highlighted<wbr/>Categories</span><a href="#changeHighlightedCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
141
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
142
|
-
<li class="tsd-signature tsd-anchor-link" id="changeHighlightedCategories.changeHighlightedCategories-1"><span class="tsd-kind-call-signature">change<wbr/>Highlighted<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">highlightedCategories</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeHighlightedCategories.changeHighlightedCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
143
|
-
<li class="tsd-description">
|
|
144
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>highlightedCategories</code> property.
|
|
67
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">hiddenCategories</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><p>The value to set for <code>hiddenCategories</code></p>
|
|
68
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.changeHiddenCategories</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeHighlightedCategories" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change<wbr/>Highlighted<wbr/>Categories</span><a href="#changeHighlightedCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="changeHighlightedCategories.changeHighlightedCategories-1"><span class="tsd-kind-call-signature">change<wbr/>Highlighted<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">highlightedCategories</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeHighlightedCategories.changeHighlightedCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the value of <code>highlightedCategories</code> property.
|
|
145
69
|
An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.</p>
|
|
146
|
-
</div>
|
|
147
|
-
<div class="tsd-
|
|
148
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
149
|
-
<ul class="tsd-parameter-list">
|
|
150
|
-
<li>
|
|
151
|
-
<h5><span class="tsd-kind-parameter">highlightedCategories</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
152
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>highlightedCategories</code></p>
|
|
153
|
-
</div></li></ul></div>
|
|
154
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
155
|
-
<p>Inherited from OjPictoChartBase.changeHighlightedCategories</p></aside></li></ul></section>
|
|
156
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeSelection" class="tsd-anchor"></a>
|
|
157
|
-
<h3 class="tsd-anchor-link"><span>change<wbr/>Selection</span><a href="#changeSelection" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
158
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
159
|
-
<li class="tsd-signature tsd-anchor-link" id="changeSelection.changeSelection-1"><span class="tsd-kind-call-signature">change<wbr/>Selection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">selection</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeSelection.changeSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
160
|
-
<li class="tsd-description">
|
|
161
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>selection</code> property.
|
|
70
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">highlightedCategories</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><p>The value to set for <code>highlightedCategories</code></p>
|
|
71
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.changeHighlightedCategories</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeSelection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change<wbr/>Selection</span><a href="#changeSelection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="changeSelection.changeSelection-1"><span class="tsd-kind-call-signature">change<wbr/>Selection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">selection</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeSelection.changeSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the value of <code>selection</code> property.
|
|
162
72
|
An array of id strings, used to define the selected objects.</p>
|
|
163
|
-
</div>
|
|
164
|
-
<div class="tsd-parameters">
|
|
165
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
166
|
-
<ul class="tsd-parameter-list">
|
|
167
|
-
<li>
|
|
168
|
-
<h5><span class="tsd-kind-parameter">selection</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
169
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>selection</code></p>
|
|
170
|
-
</div></li></ul></div>
|
|
171
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
172
|
-
<p>Inherited from OjPictoChartBase.changeSelection</p></aside></li></ul></section>
|
|
173
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="clear" class="tsd-anchor"></a>
|
|
174
|
-
<h3 class="tsd-anchor-link"><span>clear</span><a href="#clear" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
175
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
176
|
-
<li class="tsd-signature tsd-anchor-link" id="clear.clear-1"><span class="tsd-kind-call-signature">clear</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#clear.clear-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
177
|
-
<li class="tsd-description">
|
|
178
|
-
<div class="tsd-comment tsd-typography">
|
|
179
|
-
<h3>Inherit Doc</h3></div>
|
|
180
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
181
|
-
<p>Inherited from OjPictoChartBase.clear</p></aside></li></ul></section>
|
|
182
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="click" class="tsd-anchor"></a>
|
|
183
|
-
<h3 class="tsd-anchor-link"><span>click</span><a href="#click" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
184
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
185
|
-
<li class="tsd-signature tsd-anchor-link" id="click.click-1"><span class="tsd-kind-call-signature">click</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#click.click-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
186
|
-
<li class="tsd-description">
|
|
187
|
-
<div class="tsd-comment tsd-typography">
|
|
188
|
-
<h3>Inherit Doc</h3></div>
|
|
189
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
190
|
-
<p>Inherited from OjPictoChartBase.click</p></aside></li></ul></section>
|
|
191
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="findElement" class="tsd-anchor"></a>
|
|
192
|
-
<h3 class="tsd-anchor-link"><span>find<wbr/>Element</span><a href="#findElement" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
193
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
194
|
-
<li class="tsd-signature tsd-anchor-link" id="findElement.findElement-1"><span class="tsd-kind-call-signature">find<wbr/>Element</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locator</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">WebElementPromise</span><a href="#findElement.findElement-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
195
|
-
<li class="tsd-description">
|
|
196
|
-
<div class="tsd-comment tsd-typography">
|
|
197
|
-
<h3>Inherit Doc</h3></div>
|
|
198
|
-
<div class="tsd-parameters">
|
|
199
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
200
|
-
<ul class="tsd-parameter-list">
|
|
201
|
-
<li>
|
|
202
|
-
<h5><span class="tsd-kind-parameter">locator</span>: <span class="tsd-signature-type ">Locator</span></h5></li></ul></div>
|
|
203
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">WebElementPromise</span></h4><aside class="tsd-sources">
|
|
204
|
-
<p>Inherited from OjPictoChartBase.findElement</p></aside></li></ul></section>
|
|
205
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="findElements" class="tsd-anchor"></a>
|
|
206
|
-
<h3 class="tsd-anchor-link"><span>find<wbr/>Elements</span><a href="#findElements" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
207
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
208
|
-
<li class="tsd-signature tsd-anchor-link" id="findElements.findElements-1"><span class="tsd-kind-call-signature">find<wbr/>Elements</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locator</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">WebElement</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#findElements.findElements-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
209
|
-
<li class="tsd-description">
|
|
210
|
-
<div class="tsd-comment tsd-typography">
|
|
211
|
-
<h3>Inherit Doc</h3></div>
|
|
212
|
-
<div class="tsd-parameters">
|
|
213
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
214
|
-
<ul class="tsd-parameter-list">
|
|
215
|
-
<li>
|
|
216
|
-
<h5><span class="tsd-kind-parameter">locator</span>: <span class="tsd-signature-type ">Locator</span></h5></li></ul></div>
|
|
217
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">WebElement</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
218
|
-
<p>Inherited from OjPictoChartBase.findElements</p></aside></li></ul></section>
|
|
219
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationDuration" class="tsd-anchor"></a>
|
|
220
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Animation<wbr/>Duration</span><a href="#getAnimationDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
221
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
222
|
-
<li class="tsd-signature tsd-anchor-link" id="getAnimationDuration.getAnimationDuration-1"><span class="tsd-kind-call-signature">get<wbr/>Animation<wbr/>Duration</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getAnimationDuration.getAnimationDuration-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
223
|
-
<li class="tsd-description">
|
|
224
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationDuration</code> property.
|
|
73
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">selection</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><p>The value to set for <code>selection</code></p>
|
|
74
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.changeSelection</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="clear" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>clear</span><a href="#clear" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="clear.clear-1"><span class="tsd-kind-call-signature">clear</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#clear.clear-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.clear</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="click" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>click</span><a href="#click" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="click.click-1"><span class="tsd-kind-call-signature">click</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#click.click-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.click</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="findElement" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>find<wbr/>Element</span><a href="#findElement" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="findElement.findElement-1"><span class="tsd-kind-call-signature">find<wbr/>Element</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locator</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">WebElementPromise</span><a href="#findElement.findElement-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">locator</span>: <span class="tsd-signature-type ">Locator</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">WebElementPromise</span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.findElement</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="findElements" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>find<wbr/>Elements</span><a href="#findElements" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="findElements.findElements-1"><span class="tsd-kind-call-signature">find<wbr/>Elements</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locator</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">WebElement</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#findElements.findElements-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">locator</span>: <span class="tsd-signature-type ">Locator</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">WebElement</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.findElements</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Animation<wbr/>Duration</span><a href="#getAnimationDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getAnimationDuration.getAnimationDuration-1"><span class="tsd-kind-call-signature">get<wbr/>Animation<wbr/>Duration</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getAnimationDuration.getAnimationDuration-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationDuration</code> property.
|
|
225
75
|
The duration of the animations in milliseconds.</p>
|
|
226
|
-
</div>
|
|
227
|
-
<
|
|
228
|
-
<aside class="tsd-sources">
|
|
229
|
-
<p>Inherited from OjPictoChartBase.getAnimationDuration</p></aside></li></ul></section>
|
|
230
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationOnDataChange" class="tsd-anchor"></a>
|
|
231
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span><a href="#getAnimationOnDataChange" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
232
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
233
|
-
<li class="tsd-signature tsd-anchor-link" id="getAnimationOnDataChange.getAnimationOnDataChange-1"><span class="tsd-kind-call-signature">get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAnimationOnDataChange.getAnimationOnDataChange-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
234
|
-
<li class="tsd-description">
|
|
235
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationOnDataChange</code> property.
|
|
76
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>animationDuration</code> property.</p>
|
|
77
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getAnimationDuration</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationOnDataChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span><a href="#getAnimationOnDataChange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getAnimationOnDataChange.getAnimationOnDataChange-1"><span class="tsd-kind-call-signature">get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAnimationOnDataChange.getAnimationOnDataChange-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationOnDataChange</code> property.
|
|
236
78
|
Specifies the animation that is applied on data changes.</p>
|
|
237
|
-
</div>
|
|
238
|
-
<
|
|
239
|
-
<aside class="tsd-sources">
|
|
240
|
-
<p>Inherited from OjPictoChartBase.getAnimationOnDataChange</p></aside></li></ul></section>
|
|
241
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationOnDisplay" class="tsd-anchor"></a>
|
|
242
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Animation<wbr/>On<wbr/>Display</span><a href="#getAnimationOnDisplay" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
243
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
244
|
-
<li class="tsd-signature tsd-anchor-link" id="getAnimationOnDisplay.getAnimationOnDisplay-1"><span class="tsd-kind-call-signature">get<wbr/>Animation<wbr/>On<wbr/>Display</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAnimationOnDisplay.getAnimationOnDisplay-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
245
|
-
<li class="tsd-description">
|
|
246
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationOnDisplay</code> property.
|
|
79
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>animationOnDataChange</code> property.</p>
|
|
80
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getAnimationOnDataChange</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationOnDisplay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Animation<wbr/>On<wbr/>Display</span><a href="#getAnimationOnDisplay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getAnimationOnDisplay.getAnimationOnDisplay-1"><span class="tsd-kind-call-signature">get<wbr/>Animation<wbr/>On<wbr/>Display</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAnimationOnDisplay.getAnimationOnDisplay-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationOnDisplay</code> property.
|
|
247
81
|
Specifies the animation shown on initial display.</p>
|
|
248
|
-
</div>
|
|
249
|
-
<
|
|
250
|
-
<aside class="tsd-sources">
|
|
251
|
-
<p>Inherited from OjPictoChartBase.getAnimationOnDisplay</p></aside></li></ul></section>
|
|
252
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAs" class="tsd-anchor"></a>
|
|
253
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>As</span><a href="#getAs" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
254
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
255
|
-
<li class="tsd-signature tsd-anchor-link" id="getAs.getAs-1"><span class="tsd-kind-call-signature">get<wbr/>As</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAs.getAs-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
256
|
-
<li class="tsd-description">
|
|
257
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>as</code> property.
|
|
82
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>animationOnDisplay</code> property.</p>
|
|
83
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getAnimationOnDisplay</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>As</span><a href="#getAs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getAs.getAs-1"><span class="tsd-kind-call-signature">get<wbr/>As</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAs.getAs-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>as</code> property.
|
|
258
84
|
An alias for the '$current' context variable passed to slot content for the itemTemplate slot.</p>
|
|
259
|
-
|
|
260
|
-
<
|
|
261
|
-
</div>
|
|
262
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>as</code> property.</p>
|
|
263
|
-
<aside class="tsd-sources">
|
|
264
|
-
<p>Inherited from OjPictoChartBase.getAs</p></aside></li></ul></section>
|
|
265
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAttribute" class="tsd-anchor"></a>
|
|
266
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Attribute</span><a href="#getAttribute" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
267
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
268
|
-
<li class="tsd-signature tsd-anchor-link" id="getAttribute.getAttribute-1"><span class="tsd-kind-call-signature">get<wbr/>Attribute</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">attributeName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAttribute.getAttribute-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
269
|
-
<li class="tsd-description">
|
|
270
|
-
<div class="tsd-comment tsd-typography">
|
|
271
|
-
<h3>Inherit Doc</h3></div>
|
|
272
|
-
<div class="tsd-parameters">
|
|
273
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
274
|
-
<ul class="tsd-parameter-list">
|
|
275
|
-
<li>
|
|
276
|
-
<h5><span class="tsd-kind-parameter">attributeName</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
277
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
278
|
-
<p>Inherited from OjPictoChartBase.getAttribute</p></aside></li></ul></section>
|
|
279
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getColumnCount" class="tsd-anchor"></a>
|
|
280
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Column<wbr/>Count</span><a href="#getColumnCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
281
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
282
|
-
<li class="tsd-signature tsd-anchor-link" id="getColumnCount.getColumnCount-1"><span class="tsd-kind-call-signature">get<wbr/>Column<wbr/>Count</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getColumnCount.getColumnCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
283
|
-
<li class="tsd-description">
|
|
284
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>columnCount</code> property.
|
|
85
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>as</code> property.</p>
|
|
86
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 6.2.0. Set the alias directly on the template element using the data-oj-as attribute instead.</p>
|
|
87
|
+
</div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getAs</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAttribute" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Attribute</span><a href="#getAttribute" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getAttribute.getAttribute-1"><span class="tsd-kind-call-signature">get<wbr/>Attribute</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">attributeName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getAttribute.getAttribute-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">attributeName</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getAttribute</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getColumnCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Column<wbr/>Count</span><a href="#getColumnCount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getColumnCount.getColumnCount-1"><span class="tsd-kind-call-signature">get<wbr/>Column<wbr/>Count</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getColumnCount.getColumnCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>columnCount</code> property.
|
|
285
88
|
The number of columns in the picto chart. If unspecified, the number of columns will be automatically computed.</p>
|
|
286
|
-
</div>
|
|
287
|
-
<
|
|
288
|
-
<aside class="tsd-sources">
|
|
289
|
-
<p>Inherited from OjPictoChartBase.getColumnCount</p></aside></li></ul></section>
|
|
290
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getColumnWidth" class="tsd-anchor"></a>
|
|
291
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Column<wbr/>Width</span><a href="#getColumnWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
292
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
293
|
-
<li class="tsd-signature tsd-anchor-link" id="getColumnWidth.getColumnWidth-1"><span class="tsd-kind-call-signature">get<wbr/>Column<wbr/>Width</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getColumnWidth.getColumnWidth-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
294
|
-
<li class="tsd-description">
|
|
295
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>columnWidth</code> property.
|
|
89
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>columnCount</code> property.</p>
|
|
90
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getColumnCount</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getColumnWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Column<wbr/>Width</span><a href="#getColumnWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getColumnWidth.getColumnWidth-1"><span class="tsd-kind-call-signature">get<wbr/>Column<wbr/>Width</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getColumnWidth.getColumnWidth-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>columnWidth</code> property.
|
|
296
91
|
The width of a column in pixels. If unspecified, the column width will be automatically computed. See the Help documentation for more information.</p>
|
|
297
|
-
</div>
|
|
298
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">
|
|
299
|
-
<aside class="tsd-sources">
|
|
300
|
-
<p>Inherited from OjPictoChartBase.getColumnWidth</p></aside></li></ul></section>
|
|
301
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getCssValue" class="tsd-anchor"></a>
|
|
302
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Css<wbr/>Value</span><a href="#getCssValue" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
303
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
304
|
-
<li class="tsd-signature tsd-anchor-link" id="getCssValue.getCssValue-1"><span class="tsd-kind-call-signature">get<wbr/>Css<wbr/>Value</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">cssStyleProperty</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getCssValue.getCssValue-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
305
|
-
<li class="tsd-description">
|
|
306
|
-
<div class="tsd-comment tsd-typography">
|
|
307
|
-
<h3>Inherit Doc</h3></div>
|
|
308
|
-
<div class="tsd-parameters">
|
|
309
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
310
|
-
<ul class="tsd-parameter-list">
|
|
311
|
-
<li>
|
|
312
|
-
<h5><span class="tsd-kind-parameter">cssStyleProperty</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
313
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
314
|
-
<p>Inherited from OjPictoChartBase.getCssValue</p></aside></li></ul></section>
|
|
315
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDrilling" class="tsd-anchor"></a>
|
|
316
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Drilling</span><a href="#getDrilling" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
317
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
318
|
-
<li class="tsd-signature tsd-anchor-link" id="getDrilling.getDrilling-1"><span class="tsd-kind-call-signature">get<wbr/>Drilling</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getDrilling.getDrilling-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
319
|
-
<li class="tsd-description">
|
|
320
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>drilling</code> property.
|
|
92
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>columnWidth</code> property.</p>
|
|
93
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getColumnWidth</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getCssValue" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Css<wbr/>Value</span><a href="#getCssValue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getCssValue.getCssValue-1"><span class="tsd-kind-call-signature">get<wbr/>Css<wbr/>Value</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">cssStyleProperty</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getCssValue.getCssValue-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">cssStyleProperty</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getCssValue</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDrilling" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Drilling</span><a href="#getDrilling" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getDrilling.getDrilling-1"><span class="tsd-kind-call-signature">get<wbr/>Drilling</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getDrilling.getDrilling-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>drilling</code> property.
|
|
321
94
|
Specifies whether drilling is enabled. Drillable objects will show a pointer cursor on hover and fire an ojDrill event on click (double click if selection is enabled). See the Help documentation for more information.</p>
|
|
322
|
-
</div>
|
|
323
|
-
<
|
|
324
|
-
<aside class="tsd-sources">
|
|
325
|
-
<p>Inherited from OjPictoChartBase.getDrilling</p></aside></li></ul></section>
|
|
326
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getDriver" class="tsd-anchor"></a>
|
|
327
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Driver</span><a href="#getDriver" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
328
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
329
|
-
<li class="tsd-signature tsd-anchor-link" id="getDriver.getDriver-1"><span class="tsd-kind-call-signature">get<wbr/>Driver</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">WebDriver</span><a href="#getDriver.getDriver-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
330
|
-
<li class="tsd-description">
|
|
331
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
332
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">WebDriver</span></h4><p>The parent driver for this instance.</p>
|
|
333
|
-
<aside class="tsd-sources">
|
|
334
|
-
<p>Inherited from OjPictoChartBase.getDriver</p></aside></li></ul></section>
|
|
335
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHiddenCategories" class="tsd-anchor"></a>
|
|
336
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Hidden<wbr/>Categories</span><a href="#getHiddenCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
337
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
338
|
-
<li class="tsd-signature tsd-anchor-link" id="getHiddenCategories.getHiddenCategories-1"><span class="tsd-kind-call-signature">get<wbr/>Hidden<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getHiddenCategories.getHiddenCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
339
|
-
<li class="tsd-description">
|
|
340
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>hiddenCategories</code> property.
|
|
95
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>drilling</code> property.</p>
|
|
96
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getDrilling</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getDriver" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Driver</span><a href="#getDriver" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="getDriver.getDriver-1"><span class="tsd-kind-call-signature">get<wbr/>Driver</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">WebDriver</span><a href="#getDriver.getDriver-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">WebDriver</span></h4><p>The parent driver for this instance.</p>
|
|
97
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getDriver</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHiddenCategories" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Hidden<wbr/>Categories</span><a href="#getHiddenCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getHiddenCategories.getHiddenCategories-1"><span class="tsd-kind-call-signature">get<wbr/>Hidden<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getHiddenCategories.getHiddenCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>hiddenCategories</code> property.
|
|
341
98
|
An array of category strings used for filtering. Data items with any category matching an item in this array will be filtered.</p>
|
|
342
|
-
</div>
|
|
343
|
-
<
|
|
344
|
-
<aside class="tsd-sources">
|
|
345
|
-
<p>Inherited from OjPictoChartBase.getHiddenCategories</p></aside></li></ul></section>
|
|
346
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHighlightMatch" class="tsd-anchor"></a>
|
|
347
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Highlight<wbr/>Match</span><a href="#getHighlightMatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
348
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
349
|
-
<li class="tsd-signature tsd-anchor-link" id="getHighlightMatch.getHighlightMatch-1"><span class="tsd-kind-call-signature">get<wbr/>Highlight<wbr/>Match</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getHighlightMatch.getHighlightMatch-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
350
|
-
<li class="tsd-description">
|
|
351
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>highlightMatch</code> property.
|
|
99
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>hiddenCategories</code> property.</p>
|
|
100
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getHiddenCategories</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHighlightMatch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Highlight<wbr/>Match</span><a href="#getHighlightMatch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getHighlightMatch.getHighlightMatch-1"><span class="tsd-kind-call-signature">get<wbr/>Highlight<wbr/>Match</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getHighlightMatch.getHighlightMatch-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>highlightMatch</code> property.
|
|
352
101
|
The matching condition for the highlightedCategories property. See the Help documentation for more information.</p>
|
|
353
|
-
</div>
|
|
354
|
-
<
|
|
355
|
-
<aside class="tsd-sources">
|
|
356
|
-
<p>Inherited from OjPictoChartBase.getHighlightMatch</p></aside></li></ul></section>
|
|
357
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHighlightedCategories" class="tsd-anchor"></a>
|
|
358
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Highlighted<wbr/>Categories</span><a href="#getHighlightedCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
359
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
360
|
-
<li class="tsd-signature tsd-anchor-link" id="getHighlightedCategories.getHighlightedCategories-1"><span class="tsd-kind-call-signature">get<wbr/>Highlighted<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getHighlightedCategories.getHighlightedCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
361
|
-
<li class="tsd-description">
|
|
362
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>highlightedCategories</code> property.
|
|
102
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>highlightMatch</code> property.</p>
|
|
103
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getHighlightMatch</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHighlightedCategories" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Highlighted<wbr/>Categories</span><a href="#getHighlightedCategories" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getHighlightedCategories.getHighlightedCategories-1"><span class="tsd-kind-call-signature">get<wbr/>Highlighted<wbr/>Categories</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getHighlightedCategories.getHighlightedCategories-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>highlightedCategories</code> property.
|
|
363
104
|
An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.</p>
|
|
364
|
-
</div>
|
|
365
|
-
<
|
|
366
|
-
<aside class="tsd-sources">
|
|
367
|
-
<p>Inherited from OjPictoChartBase.getHighlightedCategories</p></aside></li></ul></section>
|
|
368
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverBehavior" class="tsd-anchor"></a>
|
|
369
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Hover<wbr/>Behavior</span><a href="#getHoverBehavior" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
370
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
371
|
-
<li class="tsd-signature tsd-anchor-link" id="getHoverBehavior.getHoverBehavior-1"><span class="tsd-kind-call-signature">get<wbr/>Hover<wbr/>Behavior</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getHoverBehavior.getHoverBehavior-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
372
|
-
<li class="tsd-description">
|
|
373
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>hoverBehavior</code> property.
|
|
105
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>highlightedCategories</code> property.</p>
|
|
106
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getHighlightedCategories</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverBehavior" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Hover<wbr/>Behavior</span><a href="#getHoverBehavior" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getHoverBehavior.getHoverBehavior-1"><span class="tsd-kind-call-signature">get<wbr/>Hover<wbr/>Behavior</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getHoverBehavior.getHoverBehavior-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>hoverBehavior</code> property.
|
|
374
107
|
Defines the behavior applied when hovering over data items.</p>
|
|
375
|
-
</div>
|
|
376
|
-
<
|
|
377
|
-
<aside class="tsd-sources">
|
|
378
|
-
<p>Inherited from OjPictoChartBase.getHoverBehavior</p></aside></li></ul></section>
|
|
379
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverBehaviorDelay" class="tsd-anchor"></a>
|
|
380
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span><a href="#getHoverBehaviorDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
381
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
382
|
-
<li class="tsd-signature tsd-anchor-link" id="getHoverBehaviorDelay.getHoverBehaviorDelay-1"><span class="tsd-kind-call-signature">get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getHoverBehaviorDelay.getHoverBehaviorDelay-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
383
|
-
<li class="tsd-description">
|
|
384
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>hoverBehaviorDelay</code> property.
|
|
108
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>hoverBehavior</code> property.</p>
|
|
109
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getHoverBehavior</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverBehaviorDelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span><a href="#getHoverBehaviorDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getHoverBehaviorDelay.getHoverBehaviorDelay-1"><span class="tsd-kind-call-signature">get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getHoverBehaviorDelay.getHoverBehaviorDelay-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>hoverBehaviorDelay</code> property.
|
|
385
110
|
Specifies initial hover delay in milliseconds for highlighting data items.</p>
|
|
386
|
-
</div>
|
|
387
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">
|
|
388
|
-
<aside class="tsd-sources">
|
|
389
|
-
<p>Inherited from OjPictoChartBase.getHoverBehaviorDelay</p></aside></li></ul></section>
|
|
390
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getId" class="tsd-anchor"></a>
|
|
391
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Id</span><a href="#getId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
392
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
393
|
-
<li class="tsd-signature tsd-anchor-link" id="getId.getId-1"><span class="tsd-kind-call-signature">get<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getId.getId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
394
|
-
<li class="tsd-description">
|
|
395
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
396
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>A promise that resolves to
|
|
111
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>hoverBehaviorDelay</code> property.</p>
|
|
112
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getHoverBehaviorDelay</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Id</span><a href="#getId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="getId.getId-1"><span class="tsd-kind-call-signature">get<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getId.getId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>A promise that resolves to
|
|
397
113
|
the server-assigned opaque ID assigned to this element.</p>
|
|
398
|
-
<aside class="tsd-sources">
|
|
399
|
-
<p>Inherited from OjPictoChartBase.getId</p></aside></li></ul></section>
|
|
400
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getItems" class="tsd-anchor"></a>
|
|
401
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Items</span><a href="#getItems" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
402
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
403
|
-
<li class="tsd-signature tsd-anchor-link" id="getItems.getItems-1"><span class="tsd-kind-call-signature">get<wbr/>Items</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Items</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getItems.getItems-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
404
|
-
<li class="tsd-description">
|
|
405
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>items</code> property.
|
|
114
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getId</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getItems" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Items</span><a href="#getItems" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getItems.getItems-1"><span class="tsd-kind-call-signature">get<wbr/>Items</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Items</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getItems.getItems-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>items</code> property.
|
|
406
115
|
An array of objects that define the picto chart items. See the Help documentation for more information.</p>
|
|
407
|
-
</div>
|
|
408
|
-
<
|
|
409
|
-
<aside class="tsd-sources">
|
|
410
|
-
<p>Inherited from OjPictoChartBase.getItems</p></aside></li></ul></section>
|
|
411
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLayout" class="tsd-anchor"></a>
|
|
412
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Layout</span><a href="#getLayout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
413
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
414
|
-
<li class="tsd-signature tsd-anchor-link" id="getLayout.getLayout-1"><span class="tsd-kind-call-signature">get<wbr/>Layout</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getLayout.getLayout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
415
|
-
<li class="tsd-description">
|
|
416
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>layout</code> property.
|
|
116
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Items</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>items</code> property.</p>
|
|
117
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getItems</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLayout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Layout</span><a href="#getLayout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getLayout.getLayout-1"><span class="tsd-kind-call-signature">get<wbr/>Layout</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getLayout.getLayout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>layout</code> property.
|
|
417
118
|
Specifies the direction in which items are laid out.</p>
|
|
418
|
-
</div>
|
|
419
|
-
<
|
|
420
|
-
<aside class="tsd-sources">
|
|
421
|
-
<p>Inherited from OjPictoChartBase.getLayout</p></aside></li></ul></section>
|
|
422
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLayoutOrigin" class="tsd-anchor"></a>
|
|
423
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Layout<wbr/>Origin</span><a href="#getLayoutOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
424
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
425
|
-
<li class="tsd-signature tsd-anchor-link" id="getLayoutOrigin.getLayoutOrigin-1"><span class="tsd-kind-call-signature">get<wbr/>Layout<wbr/>Origin</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getLayoutOrigin.getLayoutOrigin-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
426
|
-
<li class="tsd-description">
|
|
427
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>layoutOrigin</code> property.
|
|
119
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>layout</code> property.</p>
|
|
120
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getLayout</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLayoutOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Layout<wbr/>Origin</span><a href="#getLayoutOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getLayoutOrigin.getLayoutOrigin-1"><span class="tsd-kind-call-signature">get<wbr/>Layout<wbr/>Origin</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getLayoutOrigin.getLayoutOrigin-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>layoutOrigin</code> property.
|
|
428
121
|
Specifies where the first item is rendered. Subsequent items follow the first item according to the layout.</p>
|
|
429
|
-
</div>
|
|
430
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">
|
|
431
|
-
<aside class="tsd-sources">
|
|
432
|
-
<p>Inherited from OjPictoChartBase.getLayoutOrigin</p></aside></li></ul></section>
|
|
433
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocation" class="tsd-anchor"></a>
|
|
434
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Location</span><a href="#getLocation" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
435
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
436
|
-
<li class="tsd-signature tsd-anchor-link" id="getLocation.getLocation-1"><span class="tsd-kind-call-signature">get<wbr/>Location</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ILocation</span><span class="tsd-signature-symbol">></span><a href="#getLocation.getLocation-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
437
|
-
<li class="tsd-description">
|
|
438
|
-
<div class="tsd-comment tsd-typography">
|
|
439
|
-
<h3>Inherit Doc</h3></div>
|
|
440
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ILocation</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
441
|
-
<p>Inherited from OjPictoChartBase.getLocation</p></aside></li></ul></section>
|
|
442
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getProperty" class="tsd-anchor"></a>
|
|
443
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Property</span><a href="#getProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
444
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
445
|
-
<li class="tsd-signature tsd-anchor-link" id="getProperty.getProperty-1"><span class="tsd-kind-call-signature">get<wbr/>Property</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><a href="#getProperty.getProperty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
446
|
-
<li class="tsd-description">
|
|
447
|
-
<div class="tsd-comment tsd-typography"><p>Get a named property value from this component. This function
|
|
122
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>layoutOrigin</code> property.</p>
|
|
123
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getLayoutOrigin</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Location</span><a href="#getLocation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getLocation.getLocation-1"><span class="tsd-kind-call-signature">get<wbr/>Location</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ILocation</span><span class="tsd-signature-symbol">></span><a href="#getLocation.getLocation-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ILocation</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getLocation</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Property</span><a href="#getProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getProperty.getProperty-1"><span class="tsd-kind-call-signature">get<wbr/>Property</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><a href="#getProperty.getProperty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get a named property value from this component. This function
|
|
448
124
|
will wait for the application's busy context to complete before
|
|
449
125
|
attempting to get the property value.</p>
|
|
450
|
-
</div>
|
|
451
|
-
<
|
|
452
|
-
<h4>
|
|
453
|
-
<ul class="tsd-type-parameter-list">
|
|
454
|
-
<li>
|
|
455
|
-
<h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">string</span></h4></li></ul></section>
|
|
456
|
-
<div class="tsd-parameters">
|
|
457
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
458
|
-
<ul class="tsd-parameter-list">
|
|
459
|
-
<li>
|
|
460
|
-
<h5><span class="tsd-kind-parameter">propertyName</span>: <span class="tsd-signature-type">string</span></h5>
|
|
461
|
-
<div class="tsd-comment tsd-typography"><p>The name of the property</p>
|
|
462
|
-
</div></li></ul></div>
|
|
463
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4><p>A Promise that yields a value for the named property.</p>
|
|
464
|
-
<aside class="tsd-sources">
|
|
465
|
-
<p>Inherited from OjPictoChartBase.getProperty</p></aside></li></ul></section>
|
|
466
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRect" class="tsd-anchor"></a>
|
|
467
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Rect</span><a href="#getRect" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
468
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
469
|
-
<li class="tsd-signature tsd-anchor-link" id="getRect.getRect-1"><span class="tsd-kind-call-signature">get<wbr/>Rect</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IRectangle</span><span class="tsd-signature-symbol">></span><a href="#getRect.getRect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
470
|
-
<li class="tsd-description">
|
|
471
|
-
<div class="tsd-comment tsd-typography">
|
|
472
|
-
<h3>Inherit Doc</h3></div>
|
|
473
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IRectangle</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
474
|
-
<p>Inherited from OjPictoChartBase.getRect</p></aside></li></ul></section>
|
|
475
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRowCount" class="tsd-anchor"></a>
|
|
476
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Row<wbr/>Count</span><a href="#getRowCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
477
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
478
|
-
<li class="tsd-signature tsd-anchor-link" id="getRowCount.getRowCount-1"><span class="tsd-kind-call-signature">get<wbr/>Row<wbr/>Count</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getRowCount.getRowCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
479
|
-
<li class="tsd-description">
|
|
480
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>rowCount</code> property.
|
|
126
|
+
</div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">string</span></h4></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">propertyName</span>: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>The name of the property</p>
|
|
127
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4><p>A Promise that yields a value for the named property.</p>
|
|
128
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getProperty</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Rect</span><a href="#getRect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getRect.getRect-1"><span class="tsd-kind-call-signature">get<wbr/>Rect</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IRectangle</span><span class="tsd-signature-symbol">></span><a href="#getRect.getRect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IRectangle</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getRect</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRowCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Row<wbr/>Count</span><a href="#getRowCount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getRowCount.getRowCount-1"><span class="tsd-kind-call-signature">get<wbr/>Row<wbr/>Count</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getRowCount.getRowCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>rowCount</code> property.
|
|
481
129
|
The number of rows in the picto chart. If unspecified, the number of rows will be automatically computed.</p>
|
|
482
|
-
</div>
|
|
483
|
-
<
|
|
484
|
-
<aside class="tsd-sources">
|
|
485
|
-
<p>Inherited from OjPictoChartBase.getRowCount</p></aside></li></ul></section>
|
|
486
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRowHeight" class="tsd-anchor"></a>
|
|
487
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Row<wbr/>Height</span><a href="#getRowHeight" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
488
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
489
|
-
<li class="tsd-signature tsd-anchor-link" id="getRowHeight.getRowHeight-1"><span class="tsd-kind-call-signature">get<wbr/>Row<wbr/>Height</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getRowHeight.getRowHeight-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
490
|
-
<li class="tsd-description">
|
|
491
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>rowHeight</code> property.
|
|
130
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>rowCount</code> property.</p>
|
|
131
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getRowCount</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRowHeight" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Row<wbr/>Height</span><a href="#getRowHeight" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getRowHeight.getRowHeight-1"><span class="tsd-kind-call-signature">get<wbr/>Row<wbr/>Height</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#getRowHeight.getRowHeight-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>rowHeight</code> property.
|
|
492
132
|
The height of a row in pixels. If unspecified, the row height will be automatically computed. See the Help documentation for more information.</p>
|
|
493
|
-
</div>
|
|
494
|
-
<
|
|
495
|
-
<aside class="tsd-sources">
|
|
496
|
-
<p>Inherited from OjPictoChartBase.getRowHeight</p></aside></li></ul></section>
|
|
497
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelection" class="tsd-anchor"></a>
|
|
498
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Selection</span><a href="#getSelection" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
499
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
500
|
-
<li class="tsd-signature tsd-anchor-link" id="getSelection.getSelection-1"><span class="tsd-kind-call-signature">get<wbr/>Selection</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getSelection.getSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
501
|
-
<li class="tsd-description">
|
|
502
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>selection</code> property.
|
|
133
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>rowHeight</code> property.</p>
|
|
134
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getRowHeight</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Selection</span><a href="#getSelection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getSelection.getSelection-1"><span class="tsd-kind-call-signature">get<wbr/>Selection</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#getSelection.getSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>selection</code> property.
|
|
503
135
|
An array of id strings, used to define the selected objects.</p>
|
|
504
|
-
</div>
|
|
505
|
-
<
|
|
506
|
-
<aside class="tsd-sources">
|
|
507
|
-
<p>Inherited from OjPictoChartBase.getSelection</p></aside></li></ul></section>
|
|
508
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelectionMode" class="tsd-anchor"></a>
|
|
509
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Selection<wbr/>Mode</span><a href="#getSelectionMode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
510
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
511
|
-
<li class="tsd-signature tsd-anchor-link" id="getSelectionMode.getSelectionMode-1"><span class="tsd-kind-call-signature">get<wbr/>Selection<wbr/>Mode</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getSelectionMode.getSelectionMode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
512
|
-
<li class="tsd-description">
|
|
513
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>selectionMode</code> property.
|
|
136
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>selection</code> property.</p>
|
|
137
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getSelection</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelectionMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Selection<wbr/>Mode</span><a href="#getSelectionMode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getSelectionMode.getSelectionMode-1"><span class="tsd-kind-call-signature">get<wbr/>Selection<wbr/>Mode</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getSelectionMode.getSelectionMode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>selectionMode</code> property.
|
|
514
138
|
Specifies the selection mode.</p>
|
|
515
|
-
</div>
|
|
516
|
-
<
|
|
517
|
-
<
|
|
518
|
-
<p>Inherited from OjPictoChartBase.getSelectionMode</p></aside></li></ul></section>
|
|
519
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getShadowRoot" class="tsd-anchor"></a>
|
|
520
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Shadow<wbr/>Root</span><a href="#getShadowRoot" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
521
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
522
|
-
<li class="tsd-signature tsd-anchor-link" id="getShadowRoot.getShadowRoot-1"><span class="tsd-kind-call-signature">get<wbr/>Shadow<wbr/>Root</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">ShadowRootPromise</span><a href="#getShadowRoot.getShadowRoot-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
523
|
-
<li class="tsd-description">
|
|
524
|
-
<div class="tsd-comment tsd-typography"><p>Get the shadow root of the current web element.</p>
|
|
525
|
-
</div>
|
|
526
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">ShadowRootPromise</span></h4><p>A promise that will be
|
|
139
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>selectionMode</code> property.</p>
|
|
140
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getSelectionMode</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getShadowRoot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Shadow<wbr/>Root</span><a href="#getShadowRoot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="getShadowRoot.getShadowRoot-1"><span class="tsd-kind-call-signature">get<wbr/>Shadow<wbr/>Root</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">ShadowRootPromise</span><a href="#getShadowRoot.getShadowRoot-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get the shadow root of the current web element.</p>
|
|
141
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">ShadowRootPromise</span></h4><p>A promise that will be
|
|
527
142
|
resolved with the elements shadow root or rejected
|
|
528
143
|
with NoSuchShadowRootError</p>
|
|
529
|
-
<aside class="tsd-sources">
|
|
530
|
-
<
|
|
531
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSize" class="tsd-anchor"></a>
|
|
532
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Size</span><a href="#getSize" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
533
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
534
|
-
<li class="tsd-signature tsd-anchor-link" id="getSize.getSize-1"><span class="tsd-kind-call-signature">get<wbr/>Size</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ISize</span><span class="tsd-signature-symbol">></span><a href="#getSize.getSize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
535
|
-
<li class="tsd-description">
|
|
536
|
-
<div class="tsd-comment tsd-typography">
|
|
537
|
-
<h3>Inherit Doc</h3></div>
|
|
538
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ISize</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
539
|
-
<p>Inherited from OjPictoChartBase.getSize</p></aside></li></ul></section>
|
|
540
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getTagName" class="tsd-anchor"></a>
|
|
541
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Tag<wbr/>Name</span><a href="#getTagName" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
542
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
543
|
-
<li class="tsd-signature tsd-anchor-link" id="getTagName.getTagName-1"><span class="tsd-kind-call-signature">get<wbr/>Tag<wbr/>Name</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getTagName.getTagName-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
544
|
-
<li class="tsd-description">
|
|
545
|
-
<div class="tsd-comment tsd-typography"><p>Schedules a command to query for the tag/node name of this element.</p>
|
|
546
|
-
</div>
|
|
547
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>A promise that will be
|
|
144
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getShadowRoot</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Size</span><a href="#getSize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getSize.getSize-1"><span class="tsd-kind-call-signature">get<wbr/>Size</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ISize</span><span class="tsd-signature-symbol">></span><a href="#getSize.getSize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">ISize</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getSize</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getTagName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Tag<wbr/>Name</span><a href="#getTagName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="getTagName.getTagName-1"><span class="tsd-kind-call-signature">get<wbr/>Tag<wbr/>Name</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getTagName.getTagName-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Schedules a command to query for the tag/node name of this element.</p>
|
|
145
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>A promise that will be
|
|
548
146
|
resolved with the element's tag name.</p>
|
|
549
|
-
<aside class="tsd-sources">
|
|
550
|
-
<p>Inherited from OjPictoChartBase.getTagName</p></aside></li></ul></section>
|
|
551
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getText" class="tsd-anchor"></a>
|
|
552
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Text</span><a href="#getText" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
553
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
554
|
-
<li class="tsd-signature tsd-anchor-link" id="getText.getText-1"><span class="tsd-kind-call-signature">get<wbr/>Text</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getText.getText-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
555
|
-
<li class="tsd-description">
|
|
556
|
-
<div class="tsd-comment tsd-typography">
|
|
557
|
-
<h3>Inherit Doc</h3></div>
|
|
558
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
559
|
-
<p>Inherited from OjPictoChartBase.getText</p></aside></li></ul></section>
|
|
560
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTooltip" class="tsd-anchor"></a>
|
|
561
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Tooltip</span><a href="#getTooltip" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
562
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
563
|
-
<li class="tsd-signature tsd-anchor-link" id="getTooltip.getTooltip-1"><span class="tsd-kind-call-signature">get<wbr/>Tooltip</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Tooltip</span><span class="tsd-signature-symbol">></span><a href="#getTooltip.getTooltip-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
564
|
-
<li class="tsd-description">
|
|
565
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>tooltip</code> property.
|
|
147
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getTagName</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getText" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Text</span><a href="#getText" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getText.getText-1"><span class="tsd-kind-call-signature">get<wbr/>Text</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getText.getText-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getText</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTooltip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Tooltip</span><a href="#getTooltip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getTooltip.getTooltip-1"><span class="tsd-kind-call-signature">get<wbr/>Tooltip</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Tooltip</span><span class="tsd-signature-symbol">></span><a href="#getTooltip.getTooltip-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>tooltip</code> property.
|
|
566
148
|
An object containing an optional callback function for tooltip customization.</p>
|
|
567
|
-
</div>
|
|
568
|
-
<
|
|
569
|
-
<aside class="tsd-sources">
|
|
570
|
-
<p>Inherited from OjPictoChartBase.getTooltip</p></aside></li></ul></section>
|
|
571
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTrackResize" class="tsd-anchor"></a>
|
|
572
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Track<wbr/>Resize</span><a href="#getTrackResize" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
573
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
574
|
-
<li class="tsd-signature tsd-anchor-link" id="getTrackResize.getTrackResize-1"><span class="tsd-kind-call-signature">get<wbr/>Track<wbr/>Resize</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getTrackResize.getTrackResize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
575
|
-
<li class="tsd-description">
|
|
576
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>trackResize</code> property.
|
|
149
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Tooltip</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>tooltip</code> property.</p>
|
|
150
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getTooltip</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTrackResize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Track<wbr/>Resize</span><a href="#getTrackResize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getTrackResize.getTrackResize-1"><span class="tsd-kind-call-signature">get<wbr/>Track<wbr/>Resize</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#getTrackResize.getTrackResize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>trackResize</code> property.
|
|
577
151
|
Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.</p>
|
|
578
|
-
</div>
|
|
579
|
-
<
|
|
580
|
-
<aside class="tsd-sources">
|
|
581
|
-
<p>Inherited from OjPictoChartBase.getTrackResize</p></aside></li></ul></section>
|
|
582
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTranslations" class="tsd-anchor"></a>
|
|
583
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Translations</span><a href="#getTranslations" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
584
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
585
|
-
<li class="tsd-signature tsd-anchor-link" id="getTranslations.getTranslations-1"><span class="tsd-kind-call-signature">get<wbr/>Translations</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Translations</span><span class="tsd-signature-symbol">></span><a href="#getTranslations.getTranslations-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
586
|
-
<li class="tsd-description">
|
|
587
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>translations</code> property.
|
|
152
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>trackResize</code> property.</p>
|
|
153
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getTrackResize</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTranslations" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Translations</span><a href="#getTranslations" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="getTranslations.getTranslations-1"><span class="tsd-kind-call-signature">get<wbr/>Translations</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Translations</span><span class="tsd-signature-symbol">></span><a href="#getTranslations.getTranslations-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of <code>translations</code> property.
|
|
588
154
|
A collection of translated resources from the translation bundle, or null if this component has no resources.</p>
|
|
589
|
-
</div>
|
|
590
|
-
<
|
|
591
|
-
<aside class="tsd-sources">
|
|
592
|
-
<p>Inherited from OjPictoChartBase.getTranslations</p></aside></li></ul></section>
|
|
593
|
-
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="hasSize" class="tsd-anchor"></a>
|
|
594
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>has<wbr/>Size</span><a href="#hasSize" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
595
|
-
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
596
|
-
<li class="tsd-signature tsd-anchor-link" id="hasSize.hasSize-1"><span class="tsd-kind-call-signature">has<wbr/>Size</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><a href="#hasSize.hasSize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
597
|
-
<li class="tsd-description">
|
|
598
|
-
<div class="tsd-comment tsd-typography"><p>Create a wait condition that is satisfied when the element's
|
|
155
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Translations</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>translations</code> property.</p>
|
|
156
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.getTranslations</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="hasSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span class="deprecated">has<wbr/>Size</span><a href="#hasSize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="hasSize.hasSize-1"><span class="tsd-kind-call-signature">has<wbr/>Size</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><a href="#hasSize.hasSize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Create a wait condition that is satisfied when the element's
|
|
599
157
|
DOM has a non-zero size.</p>
|
|
600
|
-
|
|
601
|
-
<h3>Deprecated</h3><p>Since 11.0.0. Call the appropriate WebElement method to test
|
|
602
|
-
the size of the element.</p>
|
|
603
|
-
</div>
|
|
604
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><p>The Condition to be used with driver.wait()
|
|
158
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><p>The Condition to be used with driver.wait()
|
|
605
159
|
that's satisfied when the element's DOM has a non-zero size.</p>
|
|
606
|
-
<
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>has<wbr/>Visibility</span><a href="#hasVisibility" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
610
|
-
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
611
|
-
<li class="tsd-signature tsd-anchor-link" id="hasVisibility.hasVisibility-1"><span class="tsd-kind-call-signature">has<wbr/>Visibility</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><a href="#hasVisibility.hasVisibility-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
612
|
-
<li class="tsd-description">
|
|
613
|
-
<div class="tsd-comment tsd-typography"><p>Create a wait condition that is satisfid when the element is
|
|
160
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 11.0.0. Call the appropriate WebElement method to test
|
|
161
|
+
the size of the element.</p>
|
|
162
|
+
</div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.hasSize</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="hasVisibility" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span class="deprecated">has<wbr/>Visibility</span><a href="#hasVisibility" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="hasVisibility.hasVisibility-1"><span class="tsd-kind-call-signature">has<wbr/>Visibility</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><a href="#hasVisibility.hasVisibility-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Create a wait condition that is satisfid when the element is
|
|
614
163
|
visible. The condition is satisfied when the element is displayed,
|
|
615
|
-
as reported by
|
|
164
|
+
as reported by #isDisplayed, and is scrolled into view.
|
|
616
165
|
This is method is deprecated. Use WebElement.isDisplayed instead to
|
|
617
166
|
test the display of the element, and scroll it into view if necessary.</p>
|
|
618
|
-
|
|
619
|
-
<h3>Deprecated</h3></div>
|
|
620
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
621
|
-
<p>Inherited from OjPictoChartBase.hasVisibility</p></aside></li></ul></section>
|
|
622
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isDisplayed" class="tsd-anchor"></a>
|
|
623
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Displayed</span><a href="#isDisplayed" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
624
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
625
|
-
<li class="tsd-signature tsd-anchor-link" id="isDisplayed.isDisplayed-1"><span class="tsd-kind-call-signature">is<wbr/>Displayed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#isDisplayed.isDisplayed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
626
|
-
<li class="tsd-description">
|
|
627
|
-
<div class="tsd-comment tsd-typography">
|
|
628
|
-
<h3>Inherit Doc</h3></div>
|
|
629
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
630
|
-
<p>Inherited from OjPictoChartBase.isDisplayed</p></aside></li></ul></section>
|
|
631
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isEnabled" class="tsd-anchor"></a>
|
|
632
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Enabled</span><a href="#isEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
633
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
634
|
-
<li class="tsd-signature tsd-anchor-link" id="isEnabled.isEnabled-1"><span class="tsd-kind-call-signature">is<wbr/>Enabled</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#isEnabled.isEnabled-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
635
|
-
<li class="tsd-description">
|
|
636
|
-
<div class="tsd-comment tsd-typography">
|
|
637
|
-
<h3>Inherit Doc</h3></div>
|
|
638
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
639
|
-
<p>Inherited from OjPictoChartBase.isEnabled</p></aside></li></ul></section>
|
|
640
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isSelected" class="tsd-anchor"></a>
|
|
641
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Selected</span><a href="#isSelected" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
642
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
643
|
-
<li class="tsd-signature tsd-anchor-link" id="isSelected.isSelected-1"><span class="tsd-kind-call-signature">is<wbr/>Selected</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#isSelected.isSelected-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
644
|
-
<li class="tsd-description">
|
|
645
|
-
<div class="tsd-comment tsd-typography">
|
|
646
|
-
<h3>Inherit Doc</h3></div>
|
|
647
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
648
|
-
<p>Inherited from OjPictoChartBase.isSelected</p></aside></li></ul></section>
|
|
649
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="sendKeys" class="tsd-anchor"></a>
|
|
650
|
-
<h3 class="tsd-anchor-link"><span>send<wbr/>Keys</span><a href="#sendKeys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
651
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
652
|
-
<li class="tsd-signature tsd-anchor-link" id="sendKeys.sendKeys-1"><span class="tsd-kind-call-signature">send<wbr/>Keys</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">varArgs</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#sendKeys.sendKeys-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
653
|
-
<li class="tsd-description">
|
|
654
|
-
<div class="tsd-comment tsd-typography">
|
|
655
|
-
<h3>Inherit Doc</h3></div>
|
|
656
|
-
<div class="tsd-parameters">
|
|
657
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
658
|
-
<ul class="tsd-parameter-list">
|
|
659
|
-
<li>
|
|
660
|
-
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">varArgs</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
661
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
662
|
-
<p>Inherited from OjPictoChartBase.sendKeys</p></aside></li></ul></section>
|
|
663
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="serialize" class="tsd-anchor"></a>
|
|
664
|
-
<h3 class="tsd-anchor-link"><span>serialize</span><a href="#serialize" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
665
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
666
|
-
<li class="tsd-signature tsd-anchor-link" id="serialize.serialize-1"><span class="tsd-kind-call-signature">serialize</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IWebElementId</span><span class="tsd-signature-symbol">></span><a href="#serialize.serialize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
667
|
-
<li class="tsd-description">
|
|
668
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IWebElementId</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
669
|
-
<p>Inherited from OjPictoChartBase.serialize</p></aside></li></ul></section>
|
|
670
|
-
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="setProperty" class="tsd-anchor"></a>
|
|
671
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>set<wbr/>Property</span><a href="#setProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
672
|
-
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
673
|
-
<li class="tsd-signature tsd-anchor-link" id="setProperty.setProperty-1"><span class="tsd-kind-call-signature">set<wbr/>Property</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyName</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#setProperty.setProperty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
674
|
-
<li class="tsd-description">
|
|
675
|
-
<div class="tsd-comment tsd-typography"><p>Set a property value on the remote element. This function first waits for
|
|
167
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Condition</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Deprecated</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.hasVisibility</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isDisplayed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Displayed</span><a href="#isDisplayed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="isDisplayed.isDisplayed-1"><span class="tsd-kind-call-signature">is<wbr/>Displayed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#isDisplayed.isDisplayed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.isDisplayed</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isEnabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Enabled</span><a href="#isEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="isEnabled.isEnabled-1"><span class="tsd-kind-call-signature">is<wbr/>Enabled</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#isEnabled.isEnabled-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.isEnabled</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isSelected" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Selected</span><a href="#isSelected" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="isSelected.isSelected-1"><span class="tsd-kind-call-signature">is<wbr/>Selected</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#isSelected.isSelected-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.isSelected</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="sendKeys" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>send<wbr/>Keys</span><a href="#sendKeys" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="sendKeys.sendKeys-1"><span class="tsd-kind-call-signature">send<wbr/>Keys</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">varArgs</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#sendKeys.sendKeys-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">varArgs</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.sendKeys</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="serialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>serialize</span><a href="#serialize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="serialize.serialize-1"><span class="tsd-kind-call-signature">serialize</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IWebElementId</span><span class="tsd-signature-symbol">></span><a href="#serialize.serialize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">IWebElementId</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.serialize</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="setProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>set<wbr/>Property</span><a href="#setProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="setProperty.setProperty-1"><span class="tsd-kind-call-signature">set<wbr/>Property</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyName</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#setProperty.setProperty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set a property value on the remote element. This function first waits for
|
|
676
168
|
the BusyContext to clear before setting the property, then after setting,
|
|
677
169
|
waits again to ensure that no additional busy states were created due to
|
|
678
170
|
the property setting.</p>
|
|
679
|
-
</div>
|
|
680
|
-
<
|
|
681
|
-
|
|
682
|
-
<ul class="tsd-type-parameter-list">
|
|
683
|
-
<li>
|
|
684
|
-
<h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">string</span></h4></li></ul></section>
|
|
685
|
-
<div class="tsd-parameters">
|
|
686
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
687
|
-
<ul class="tsd-parameter-list">
|
|
688
|
-
<li>
|
|
689
|
-
<h5><span class="tsd-kind-parameter">propertyName</span>: <span class="tsd-signature-type">string</span></h5>
|
|
690
|
-
<div class="tsd-comment tsd-typography"><p>The property name to set</p>
|
|
691
|
-
</div></li>
|
|
692
|
-
<li>
|
|
693
|
-
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5>
|
|
694
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for the property</p>
|
|
695
|
-
</div></li></ul></div>
|
|
696
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>A Promise which resolves when the remote
|
|
171
|
+
</div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">string</span></h4></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">propertyName</span>: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>The property name to set</p>
|
|
172
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5><div class="tsd-comment tsd-typography"><p>The value to set for the property</p>
|
|
173
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>A Promise which resolves when the remote
|
|
697
174
|
property has been set to the value. Any value returned from
|
|
698
175
|
the call to set the remote property is returned in the Promise.</p>
|
|
699
|
-
<aside class="tsd-sources">
|
|
700
|
-
<p>Inherited from OjPictoChartBase.setProperty</p></aside></li></ul></section>
|
|
701
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="submit" class="tsd-anchor"></a>
|
|
702
|
-
<h3 class="tsd-anchor-link"><span>submit</span><a href="#submit" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
703
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
704
|
-
<li class="tsd-signature tsd-anchor-link" id="submit.submit-1"><span class="tsd-kind-call-signature">submit</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#submit.submit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
705
|
-
<li class="tsd-description">
|
|
706
|
-
<div class="tsd-comment tsd-typography">
|
|
707
|
-
<h3>Inherit Doc</h3></div>
|
|
708
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
709
|
-
<p>Inherited from OjPictoChartBase.submit</p></aside></li></ul></section>
|
|
710
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="takeScreenshot" class="tsd-anchor"></a>
|
|
711
|
-
<h3 class="tsd-anchor-link"><span>take<wbr/>Screenshot</span><a href="#takeScreenshot" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
712
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
713
|
-
<li class="tsd-signature tsd-anchor-link" id="takeScreenshot.takeScreenshot-1"><span class="tsd-kind-call-signature">take<wbr/>Screenshot</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">optScroll</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#takeScreenshot.takeScreenshot-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
714
|
-
<li class="tsd-description">
|
|
715
|
-
<div class="tsd-comment tsd-typography">
|
|
716
|
-
<h3>Inherit Doc</h3></div>
|
|
717
|
-
<div class="tsd-parameters">
|
|
718
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
719
|
-
<ul class="tsd-parameter-list">
|
|
720
|
-
<li>
|
|
721
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">optScroll</span>: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
722
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
723
|
-
<p>Inherited from OjPictoChartBase.takeScreenshot</p></aside></li></ul></section>
|
|
724
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="whenBusyContextReady" class="tsd-anchor"></a>
|
|
725
|
-
<h3 class="tsd-anchor-link"><span>when<wbr/>Busy<wbr/>Context<wbr/>Ready</span><a href="#whenBusyContextReady" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
726
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
727
|
-
<li class="tsd-signature tsd-anchor-link" id="whenBusyContextReady.whenBusyContextReady-1"><span class="tsd-kind-call-signature">when<wbr/>Busy<wbr/>Context<wbr/>Ready</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#whenBusyContextReady.whenBusyContextReady-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
728
|
-
<li class="tsd-description">
|
|
729
|
-
<div class="tsd-comment tsd-typography"><p>Returns a Promise that is resolved when the application's busy
|
|
176
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.setProperty</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="submit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>submit</span><a href="#submit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="submit.submit-1"><span class="tsd-kind-call-signature">submit</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#submit.submit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.submit</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="takeScreenshot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>take<wbr/>Screenshot</span><a href="#takeScreenshot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="takeScreenshot.takeScreenshot-1"><span class="tsd-kind-call-signature">take<wbr/>Screenshot</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">optScroll</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#takeScreenshot.takeScreenshot-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">optScroll</span>: <span class="tsd-signature-type">boolean</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><h4>Inherit Doc</h4></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.takeScreenshot</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="whenBusyContextReady" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>when<wbr/>Busy<wbr/>Context<wbr/>Ready</span><a href="#whenBusyContextReady" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="whenBusyContextReady.whenBusyContextReady-1"><span class="tsd-kind-call-signature">when<wbr/>Busy<wbr/>Context<wbr/>Ready</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#whenBusyContextReady.whenBusyContextReady-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns a Promise that is resolved when the application's busy
|
|
730
177
|
state reports ready. This method checks only that the application's busy
|
|
731
178
|
context is ready, and not that the DOM element is actually displayed or has
|
|
732
|
-
a physical size, such as is the case with
|
|
179
|
+
a physical size, such as is the case with #whenReady. Operations
|
|
733
180
|
which are read-only in nature should call this method prior to execution.</p>
|
|
734
|
-
</div>
|
|
735
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>A Promise which is resolved when the
|
|
181
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>A Promise which is resolved when the
|
|
736
182
|
page's busy state is ready.</p>
|
|
737
|
-
<aside class="tsd-sources">
|
|
738
|
-
<p>Inherited from OjPictoChartBase.whenBusyContextReady</p></aside></li></ul></section>
|
|
739
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="whenReady" class="tsd-anchor"></a>
|
|
740
|
-
<h3 class="tsd-anchor-link"><span>when<wbr/>Ready</span><a href="#whenReady" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
741
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
742
|
-
<li class="tsd-signature tsd-anchor-link" id="whenReady.whenReady-1"><span class="tsd-kind-call-signature">when<wbr/>Ready</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#whenReady.whenReady-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
743
|
-
<li class="tsd-description">
|
|
744
|
-
<div class="tsd-comment tsd-typography"><p>Returns a Promise that is resolved when the element is ready
|
|
183
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.whenBusyContextReady</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="whenReady" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>when<wbr/>Ready</span><a href="#whenReady" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link" id="whenReady.whenReady-1"><span class="tsd-kind-call-signature">when<wbr/>Ready</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#whenReady.whenReady-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns a Promise that is resolved when the element is ready
|
|
745
184
|
for interaction--it is visible, has a size, and the app's
|
|
746
185
|
busy context is ready. Operations on the DOM which rely on its physical
|
|
747
186
|
location and size to be in a "ready" state should use this command, such as
|
|
748
187
|
clicking, sending keys, locating child elements, and so on.</p>
|
|
749
|
-
</div>
|
|
750
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>A Promise that's resolved when all conditions
|
|
188
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>A Promise that's resolved when all conditions
|
|
751
189
|
are met.</p>
|
|
752
|
-
<aside class="tsd-sources">
|
|
753
|
-
<
|
|
754
|
-
|
|
755
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
760
|
-
<div class="tsd-parameters">
|
|
761
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
762
|
-
<ul class="tsd-parameter-list">
|
|
763
|
-
<li>
|
|
764
|
-
<h5><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></h5>
|
|
765
|
-
<div class="tsd-comment tsd-typography"><p>The raw ID.</p>
|
|
766
|
-
</div></li>
|
|
767
|
-
<li>
|
|
768
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">opt_noLegacy</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
769
|
-
<div class="tsd-comment tsd-typography"><p>Whether to exclude the legacy element key.</p>
|
|
770
|
-
</div></li></ul></div>
|
|
771
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">IWebElementId</span></h4><p>The element ID for use with WebDriver's wire protocol.</p>
|
|
772
|
-
<aside class="tsd-sources">
|
|
773
|
-
<p>Inherited from OjPictoChartBase.buildId</p></aside></li></ul></section>
|
|
774
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="equals" class="tsd-anchor"></a>
|
|
775
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>equals</span><a href="#equals" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
776
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
777
|
-
<li class="tsd-signature tsd-anchor-link" id="equals.equals-1"><span class="tsd-kind-call-signature">equals</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">a</span>, <span class="tsd-kind-parameter">b</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#equals.equals-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
778
|
-
<li class="tsd-description">
|
|
779
|
-
<div class="tsd-comment tsd-typography"><p>Compares two WebElements for equality.</p>
|
|
780
|
-
</div>
|
|
781
|
-
<div class="tsd-parameters">
|
|
782
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
783
|
-
<ul class="tsd-parameter-list">
|
|
784
|
-
<li>
|
|
785
|
-
<h5><span class="tsd-kind-parameter">a</span>: <span class="tsd-signature-type ">WebElement</span></h5>
|
|
786
|
-
<div class="tsd-comment tsd-typography"><p>A WebElement.</p>
|
|
787
|
-
</div></li>
|
|
788
|
-
<li>
|
|
789
|
-
<h5><span class="tsd-kind-parameter">b</span>: <span class="tsd-signature-type ">WebElement</span></h5>
|
|
790
|
-
<div class="tsd-comment tsd-typography"><p>A WebElement.</p>
|
|
791
|
-
</div></li></ul></div>
|
|
792
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><p>A promise that will be
|
|
190
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.whenReady</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="buildId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>build<wbr/>Id</span><a href="#buildId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="buildId.buildId-1"><span class="tsd-kind-call-signature">build<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span>, <span class="tsd-kind-parameter">opt_noLegacy</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">IWebElementId</span><a href="#buildId.buildId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>The raw ID.</p>
|
|
191
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">opt_noLegacy</span>: <span class="tsd-signature-type">boolean</span></h5><div class="tsd-comment tsd-typography"><p>Whether to exclude the legacy element key.</p>
|
|
192
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">IWebElementId</span></h4><p>The element ID for use with WebDriver's wire protocol.</p>
|
|
193
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.buildId</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="equals" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>equals</span><a href="#equals" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="equals.equals-1"><span class="tsd-kind-call-signature">equals</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">a</span>, <span class="tsd-kind-parameter">b</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#equals.equals-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Compares two WebElements for equality.</p>
|
|
194
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">a</span>: <span class="tsd-signature-type ">WebElement</span></h5><div class="tsd-comment tsd-typography"><p>A WebElement.</p>
|
|
195
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><h5><span class="tsd-kind-parameter">b</span>: <span class="tsd-signature-type ">WebElement</span></h5><div class="tsd-comment tsd-typography"><p>A WebElement.</p>
|
|
196
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><p>A promise that will be
|
|
793
197
|
resolved to whether the two WebElements are equal.</p>
|
|
794
|
-
<aside class="tsd-sources">
|
|
795
|
-
<p>
|
|
796
|
-
|
|
797
|
-
<
|
|
798
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
799
|
-
|
|
800
|
-
<li class="tsd-description">
|
|
801
|
-
<div class="tsd-comment tsd-typography"><p>Extracts the encoded WebElement ID from the object.</p>
|
|
802
|
-
|
|
803
|
-
<h3>Throws</h3><p>if the object is not a valid encoded ID.</p>
|
|
804
|
-
</div>
|
|
805
|
-
<div class="tsd-parameters">
|
|
806
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
807
|
-
<ul class="tsd-parameter-list">
|
|
808
|
-
<li>
|
|
809
|
-
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type ">IWebElementId</span></h5>
|
|
810
|
-
<div class="tsd-comment tsd-typography"><p>The object to extract the ID from.</p>
|
|
811
|
-
</div></li></ul></div>
|
|
812
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>the extracted ID.</p>
|
|
813
|
-
<aside class="tsd-sources">
|
|
814
|
-
<p>Inherited from OjPictoChartBase.extractId</p></aside></li></ul></section>
|
|
815
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="isId" class="tsd-anchor"></a>
|
|
816
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>is<wbr/>Id</span><a href="#isId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
817
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
818
|
-
<li class="tsd-signature tsd-anchor-link" id="isId.isId-1"><span class="tsd-kind-call-signature">is<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isId.isId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
819
|
-
<li class="tsd-description">
|
|
820
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
821
|
-
<div class="tsd-parameters">
|
|
822
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
823
|
-
<ul class="tsd-parameter-list">
|
|
824
|
-
<li>
|
|
825
|
-
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type ">IWebElementId</span></h5>
|
|
826
|
-
<div class="tsd-comment tsd-typography"><p>the object to test.</p>
|
|
827
|
-
</div></li></ul></div>
|
|
828
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>whether the object is a valid encoded WebElement ID.</p>
|
|
829
|
-
<aside class="tsd-sources">
|
|
830
|
-
<p>Inherited from OjPictoChartBase.isId</p></aside></li></ul></section></section></div>
|
|
831
|
-
<div class="col-sidebar">
|
|
832
|
-
<div class="page-menu">
|
|
833
|
-
<div class="tsd-navigation settings">
|
|
834
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
835
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>Settings</h3></summary>
|
|
836
|
-
<div class="tsd-accordion-details">
|
|
837
|
-
<div class="tsd-filter-visibility">
|
|
838
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
839
|
-
<ul id="tsd-filter-options">
|
|
840
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
841
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
842
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
843
|
-
<div class="tsd-theme-toggle">
|
|
844
|
-
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
845
|
-
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
846
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>On This Page</h3></summary>
|
|
847
|
-
<div class="tsd-accordion-details">
|
|
848
|
-
<ul>
|
|
849
|
-
<li><a href="#constructor" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg><span>constructor</span></a></li>
|
|
850
|
-
<li><a href="#changeHiddenCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>change<wbr/>Hidden<wbr/>Categories</span></a></li>
|
|
851
|
-
<li><a href="#changeHighlightedCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>change<wbr/>Highlighted<wbr/>Categories</span></a></li>
|
|
852
|
-
<li><a href="#changeSelection" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>change<wbr/>Selection</span></a></li>
|
|
853
|
-
<li><a href="#clear" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>clear</span></a></li>
|
|
854
|
-
<li><a href="#click" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>click</span></a></li>
|
|
855
|
-
<li><a href="#findElement" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Element</span></a></li>
|
|
856
|
-
<li><a href="#findElements" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Elements</span></a></li>
|
|
857
|
-
<li><a href="#getAnimationDuration" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Animation<wbr/>Duration</span></a></li>
|
|
858
|
-
<li><a href="#getAnimationOnDataChange" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span></a></li>
|
|
859
|
-
<li><a href="#getAnimationOnDisplay" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Animation<wbr/>On<wbr/>Display</span></a></li>
|
|
860
|
-
<li><a href="#getAs" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>As</span></a></li>
|
|
861
|
-
<li><a href="#getAttribute" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Attribute</span></a></li>
|
|
862
|
-
<li><a href="#getColumnCount" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Column<wbr/>Count</span></a></li>
|
|
863
|
-
<li><a href="#getColumnWidth" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Column<wbr/>Width</span></a></li>
|
|
864
|
-
<li><a href="#getCssValue" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Css<wbr/>Value</span></a></li>
|
|
865
|
-
<li><a href="#getDrilling" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Drilling</span></a></li>
|
|
866
|
-
<li><a href="#getDriver" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Driver</span></a></li>
|
|
867
|
-
<li><a href="#getHiddenCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Hidden<wbr/>Categories</span></a></li>
|
|
868
|
-
<li><a href="#getHighlightMatch" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Highlight<wbr/>Match</span></a></li>
|
|
869
|
-
<li><a href="#getHighlightedCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Highlighted<wbr/>Categories</span></a></li>
|
|
870
|
-
<li><a href="#getHoverBehavior" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Hover<wbr/>Behavior</span></a></li>
|
|
871
|
-
<li><a href="#getHoverBehaviorDelay" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span></a></li>
|
|
872
|
-
<li><a href="#getId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Id</span></a></li>
|
|
873
|
-
<li><a href="#getItems" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Items</span></a></li>
|
|
874
|
-
<li><a href="#getLayout" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Layout</span></a></li>
|
|
875
|
-
<li><a href="#getLayoutOrigin" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Layout<wbr/>Origin</span></a></li>
|
|
876
|
-
<li><a href="#getLocation" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Location</span></a></li>
|
|
877
|
-
<li><a href="#getProperty" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Property</span></a></li>
|
|
878
|
-
<li><a href="#getRect" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Rect</span></a></li>
|
|
879
|
-
<li><a href="#getRowCount" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Row<wbr/>Count</span></a></li>
|
|
880
|
-
<li><a href="#getRowHeight" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Row<wbr/>Height</span></a></li>
|
|
881
|
-
<li><a href="#getSelection" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Selection</span></a></li>
|
|
882
|
-
<li><a href="#getSelectionMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Selection<wbr/>Mode</span></a></li>
|
|
883
|
-
<li><a href="#getShadowRoot" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Shadow<wbr/>Root</span></a></li>
|
|
884
|
-
<li><a href="#getSize" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Size</span></a></li>
|
|
885
|
-
<li><a href="#getTagName" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Tag<wbr/>Name</span></a></li>
|
|
886
|
-
<li><a href="#getText" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Text</span></a></li>
|
|
887
|
-
<li><a href="#getTooltip" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Tooltip</span></a></li>
|
|
888
|
-
<li><a href="#getTrackResize" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Track<wbr/>Resize</span></a></li>
|
|
889
|
-
<li><a href="#getTranslations" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Translations</span></a></li>
|
|
890
|
-
<li><a href="#hasSize" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>has<wbr/>Size</span></a></li>
|
|
891
|
-
<li><a href="#hasVisibility" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>has<wbr/>Visibility</span></a></li>
|
|
892
|
-
<li><a href="#isDisplayed" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Displayed</span></a></li>
|
|
893
|
-
<li><a href="#isEnabled" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Enabled</span></a></li>
|
|
894
|
-
<li><a href="#isSelected" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Selected</span></a></li>
|
|
895
|
-
<li><a href="#sendKeys" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>send<wbr/>Keys</span></a></li>
|
|
896
|
-
<li><a href="#serialize" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>serialize</span></a></li>
|
|
897
|
-
<li><a href="#setProperty" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Property</span></a></li>
|
|
898
|
-
<li><a href="#submit" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>submit</span></a></li>
|
|
899
|
-
<li><a href="#takeScreenshot" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>take<wbr/>Screenshot</span></a></li>
|
|
900
|
-
<li><a href="#whenBusyContextReady" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>when<wbr/>Busy<wbr/>Context<wbr/>Ready</span></a></li>
|
|
901
|
-
<li><a href="#whenReady" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>when<wbr/>Ready</span></a></li>
|
|
902
|
-
<li><a href="#buildId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>build<wbr/>Id</span></a></li>
|
|
903
|
-
<li><a href="#equals" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>equals</span></a></li>
|
|
904
|
-
<li><a href="#extractId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>extract<wbr/>Id</span></a></li>
|
|
905
|
-
<li><a href="#isId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Id</span></a></li></ul></div></details></div>
|
|
906
|
-
<div class="site-menu">
|
|
907
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.7</span></a>
|
|
908
|
-
<ul class="tsd-small-nested-navigation">
|
|
909
|
-
<li>
|
|
910
|
-
<details class="tsd-index-accordion" open data-key="elements"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/elements.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>elements</span></a></summary>
|
|
911
|
-
<div class="tsd-accordion-details">
|
|
912
|
-
<ul class="tsd-nested-navigation">
|
|
913
|
-
<li><a href="elements.OjAccordion.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Oj<wbr/>Accordion</span></a></li>
|
|
914
|
-
<li><a href="elements.OjActionCard.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Action<wbr/>Card</span></a></li>
|
|
915
|
-
<li><a href="elements.OjButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Button</span></a></li>
|
|
916
|
-
<li><a href="elements.OjButtonsetMany.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Buttonset<wbr/>Many</span></a></li>
|
|
917
|
-
<li><a href="elements.OjButtonsetOne.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Buttonset<wbr/>One</span></a></li>
|
|
918
|
-
<li><a href="elements.OjChart.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Chart</span></a></li>
|
|
919
|
-
<li><a href="elements.OjCheckboxset.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Checkboxset</span></a></li>
|
|
920
|
-
<li><a href="elements.OjCollapsible.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Collapsible</span></a></li>
|
|
921
|
-
<li><a href="elements.OjColorPalette.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Color<wbr/>Palette</span></a></li>
|
|
922
|
-
<li><a href="elements.OjColorSpectrum.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Color<wbr/>Spectrum</span></a></li>
|
|
923
|
-
<li><a href="elements.OjComboboxMany.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Combobox<wbr/>Many</span></a></li>
|
|
924
|
-
<li><a href="elements.OjComboboxOne.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Combobox<wbr/>One</span></a></li>
|
|
925
|
-
<li><a href="elements.OjConveyorBelt.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Conveyor<wbr/>Belt</span></a></li>
|
|
926
|
-
<li><a href="elements.OjDataGrid.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Data<wbr/>Grid</span></a></li>
|
|
927
|
-
<li><a href="elements.OjDatePicker.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Date<wbr/>Picker</span></a></li>
|
|
928
|
-
<li><a href="elements.OjDateTimePicker.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Date<wbr/>Time<wbr/>Picker</span></a></li>
|
|
929
|
-
<li><a href="elements.OjDiagram.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Diagram</span></a></li>
|
|
930
|
-
<li><a href="elements.OjDialog.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Dialog</span></a></li>
|
|
931
|
-
<li><a href="elements.OjDrawerLayout.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Drawer<wbr/>Layout</span></a></li>
|
|
932
|
-
<li><a href="elements.OjDrawerPopup.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Drawer<wbr/>Popup</span></a></li>
|
|
933
|
-
<li><a href="elements.OjFilePicker.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>File<wbr/>Picker</span></a></li>
|
|
934
|
-
<li><a href="elements.OjFilmStrip.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Film<wbr/>Strip</span></a></li>
|
|
935
|
-
<li><a href="elements.OjGantt.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Gantt</span></a></li>
|
|
936
|
-
<li><a href="elements.OjIndexer.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Indexer</span></a></li>
|
|
937
|
-
<li><a href="elements.OjInputDate.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Date</span></a></li>
|
|
938
|
-
<li><a href="elements.OjInputDateTime.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Date<wbr/>Time</span></a></li>
|
|
939
|
-
<li><a href="elements.OjInputNumber.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Number</span></a></li>
|
|
940
|
-
<li><a href="elements.OjInputPassword.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Password</span></a></li>
|
|
941
|
-
<li><a href="elements.OjInputSearch.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Search</span></a></li>
|
|
942
|
-
<li><a href="elements.OjInputText.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Text</span></a></li>
|
|
943
|
-
<li><a href="elements.OjInputTime.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Input<wbr/>Time</span></a></li>
|
|
944
|
-
<li><a href="elements.OjLabel.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Label</span></a></li>
|
|
945
|
-
<li><a href="elements.OjLedGauge.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Led<wbr/>Gauge</span></a></li>
|
|
946
|
-
<li><a href="elements.OjLegend.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Legend</span></a></li>
|
|
947
|
-
<li><a href="elements.OjListView.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>List<wbr/>View</span></a></li>
|
|
948
|
-
<li><a href="elements.OjMasonryLayout.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Masonry<wbr/>Layout</span></a></li>
|
|
949
|
-
<li><a href="elements.OjMenu.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu</span></a></li>
|
|
950
|
-
<li><a href="elements.OjMenuButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu<wbr/>Button</span></a></li>
|
|
951
|
-
<li><a href="elements.OjMessage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message</span></a></li>
|
|
952
|
-
<li><a href="elements.OjMessageBanner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message<wbr/>Banner</span></a></li>
|
|
953
|
-
<li><a href="elements.OjNBox.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>OjNBox</span></a></li>
|
|
954
|
-
<li><a href="elements.OjNavigationList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Navigation<wbr/>List</span></a></li>
|
|
955
|
-
<li><a href="elements.OjPagingControl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Paging<wbr/>Control</span></a></li>
|
|
956
|
-
<li><a href="elements.OjPictoChart.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Picto<wbr/>Chart</span></a></li>
|
|
957
|
-
<li><a href="elements.OjPopup.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Popup</span></a></li>
|
|
958
|
-
<li><a href="elements.OjProgress.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Progress</span></a></li>
|
|
959
|
-
<li><a href="elements.OjProgressList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Progress<wbr/>List</span></a></li>
|
|
960
|
-
<li><a href="elements.OjRadioset.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Radioset</span></a></li>
|
|
961
|
-
<li><a href="elements.OjRatingGauge.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Rating<wbr/>Gauge</span></a></li>
|
|
962
|
-
<li><a href="elements.OjRefresher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Refresher</span></a></li>
|
|
963
|
-
<li><a href="elements.OjRowExpander.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Row<wbr/>Expander</span></a></li>
|
|
964
|
-
<li><a href="elements.OjSelectMany.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Select<wbr/>Many</span></a></li>
|
|
965
|
-
<li><a href="elements.OjSelectOne.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Select<wbr/>One</span></a></li>
|
|
966
|
-
<li><a href="elements.OjSelectSingle.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Select<wbr/>Single</span></a></li>
|
|
967
|
-
<li><a href="elements.OjSelector.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Selector</span></a></li>
|
|
968
|
-
<li><a href="elements.OjSlider.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Slider</span></a></li>
|
|
969
|
-
<li><a href="elements.OjSparkChart.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Spark<wbr/>Chart</span></a></li>
|
|
970
|
-
<li><a href="elements.OjStatusMeterGauge.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Status<wbr/>Meter<wbr/>Gauge</span></a></li>
|
|
971
|
-
<li><a href="elements.OjStreamList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Stream<wbr/>List</span></a></li>
|
|
972
|
-
<li><a href="elements.OjSunburst.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Sunburst</span></a></li>
|
|
973
|
-
<li><a href="elements.OjSwipeActions.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Swipe<wbr/>Actions</span></a></li>
|
|
974
|
-
<li><a href="elements.OjSwitch.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Switch</span></a></li>
|
|
975
|
-
<li><a href="elements.OjTabBar.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Tab<wbr/>Bar</span></a></li>
|
|
976
|
-
<li><a href="elements.OjTable.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Table</span></a></li>
|
|
977
|
-
<li><a href="elements.OjTagCloud.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Tag<wbr/>Cloud</span></a></li>
|
|
978
|
-
<li><a href="elements.OjTextArea.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Text<wbr/>Area</span></a></li>
|
|
979
|
-
<li><a href="elements.OjThematicMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Thematic<wbr/>Map</span></a></li>
|
|
980
|
-
<li><a href="elements.OjTimeAxis.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Time<wbr/>Axis</span></a></li>
|
|
981
|
-
<li><a href="elements.OjTimeline.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Timeline</span></a></li>
|
|
982
|
-
<li><a href="elements.OjTrain.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Train</span></a></li>
|
|
983
|
-
<li><a href="elements.OjTreeView.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Tree<wbr/>View</span></a></li>
|
|
984
|
-
<li><a href="elements.OjTreemap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Treemap</span></a></li>
|
|
985
|
-
<li><a href="elements.OjWaterfallLayout.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Waterfall<wbr/>Layout</span></a></li>
|
|
986
|
-
<li><a href="elements.OjWebElement.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Web<wbr/>Element</span></a></li>
|
|
987
|
-
<li><a href="../functions/elements.ojAccordion-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>oj<wbr/>Accordion</span></a></li>
|
|
988
|
-
<li><a href="../functions/elements.ojActionCard-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Action<wbr/>Card</span></a></li>
|
|
989
|
-
<li><a href="../functions/elements.ojButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Button</span></a></li>
|
|
990
|
-
<li><a href="../functions/elements.ojButtonsetMany-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Buttonset<wbr/>Many</span></a></li>
|
|
991
|
-
<li><a href="../functions/elements.ojButtonsetOne-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Buttonset<wbr/>One</span></a></li>
|
|
992
|
-
<li><a href="../functions/elements.ojChart-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Chart</span></a></li>
|
|
993
|
-
<li><a href="../functions/elements.ojCheckboxset-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Checkboxset</span></a></li>
|
|
994
|
-
<li><a href="../functions/elements.ojCollapsible-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Collapsible</span></a></li>
|
|
995
|
-
<li><a href="../functions/elements.ojColorPalette-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Color<wbr/>Palette</span></a></li>
|
|
996
|
-
<li><a href="../functions/elements.ojColorSpectrum-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Color<wbr/>Spectrum</span></a></li>
|
|
997
|
-
<li><a href="../functions/elements.ojComboboxMany-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Combobox<wbr/>Many</span></a></li>
|
|
998
|
-
<li><a href="../functions/elements.ojComboboxOne-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Combobox<wbr/>One</span></a></li>
|
|
999
|
-
<li><a href="../functions/elements.ojConveyorBelt-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Conveyor<wbr/>Belt</span></a></li>
|
|
1000
|
-
<li><a href="../functions/elements.ojDataGrid-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Data<wbr/>Grid</span></a></li>
|
|
1001
|
-
<li><a href="../functions/elements.ojDatePicker-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Date<wbr/>Picker</span></a></li>
|
|
1002
|
-
<li><a href="../functions/elements.ojDateTimePicker-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Date<wbr/>Time<wbr/>Picker</span></a></li>
|
|
1003
|
-
<li><a href="../functions/elements.ojDiagram-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Diagram</span></a></li>
|
|
1004
|
-
<li><a href="../functions/elements.ojDialog-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Dialog</span></a></li>
|
|
1005
|
-
<li><a href="../functions/elements.ojDrawerLayout-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Drawer<wbr/>Layout</span></a></li>
|
|
1006
|
-
<li><a href="../functions/elements.ojDrawerPopup-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Drawer<wbr/>Popup</span></a></li>
|
|
1007
|
-
<li><a href="../functions/elements.ojFilePicker-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>File<wbr/>Picker</span></a></li>
|
|
1008
|
-
<li><a href="../functions/elements.ojFilmStrip-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Film<wbr/>Strip</span></a></li>
|
|
1009
|
-
<li><a href="../functions/elements.ojGantt-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Gantt</span></a></li>
|
|
1010
|
-
<li><a href="../functions/elements.ojIndexer-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Indexer</span></a></li>
|
|
1011
|
-
<li><a href="../functions/elements.ojInputDate-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Date</span></a></li>
|
|
1012
|
-
<li><a href="../functions/elements.ojInputDateTime-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Date<wbr/>Time</span></a></li>
|
|
1013
|
-
<li><a href="../functions/elements.ojInputNumber-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Number</span></a></li>
|
|
1014
|
-
<li><a href="../functions/elements.ojInputPassword-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Password</span></a></li>
|
|
1015
|
-
<li><a href="../functions/elements.ojInputSearch-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Search</span></a></li>
|
|
1016
|
-
<li><a href="../functions/elements.ojInputText-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Text</span></a></li>
|
|
1017
|
-
<li><a href="../functions/elements.ojInputTime-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Input<wbr/>Time</span></a></li>
|
|
1018
|
-
<li><a href="../functions/elements.ojLabel-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Label</span></a></li>
|
|
1019
|
-
<li><a href="../functions/elements.ojLedGauge-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Led<wbr/>Gauge</span></a></li>
|
|
1020
|
-
<li><a href="../functions/elements.ojLegend-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Legend</span></a></li>
|
|
1021
|
-
<li><a href="../functions/elements.ojListView-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>List<wbr/>View</span></a></li>
|
|
1022
|
-
<li><a href="../functions/elements.ojMasonryLayout-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Masonry<wbr/>Layout</span></a></li>
|
|
1023
|
-
<li><a href="../functions/elements.ojMenu-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu</span></a></li>
|
|
1024
|
-
<li><a href="../functions/elements.ojMenuButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu<wbr/>Button</span></a></li>
|
|
1025
|
-
<li><a href="../functions/elements.ojMessage-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message</span></a></li>
|
|
1026
|
-
<li><a href="../functions/elements.ojMessageBanner-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message<wbr/>Banner</span></a></li>
|
|
1027
|
-
<li><a href="../functions/elements.ojNBox-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ojNBox</span></a></li>
|
|
1028
|
-
<li><a href="../functions/elements.ojNavigationList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Navigation<wbr/>List</span></a></li>
|
|
1029
|
-
<li><a href="../functions/elements.ojPagingControl-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Paging<wbr/>Control</span></a></li>
|
|
1030
|
-
<li><a href="../functions/elements.ojPictoChart-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Picto<wbr/>Chart</span></a></li>
|
|
1031
|
-
<li><a href="../functions/elements.ojPopup-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Popup</span></a></li>
|
|
1032
|
-
<li><a href="../functions/elements.ojProgress-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Progress</span></a></li>
|
|
1033
|
-
<li><a href="../functions/elements.ojProgressList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Progress<wbr/>List</span></a></li>
|
|
1034
|
-
<li><a href="../functions/elements.ojRadioset-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Radioset</span></a></li>
|
|
1035
|
-
<li><a href="../functions/elements.ojRatingGauge-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Rating<wbr/>Gauge</span></a></li>
|
|
1036
|
-
<li><a href="../functions/elements.ojRefresher-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Refresher</span></a></li>
|
|
1037
|
-
<li><a href="../functions/elements.ojRowExpander-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Row<wbr/>Expander</span></a></li>
|
|
1038
|
-
<li><a href="../functions/elements.ojSelectMany-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Select<wbr/>Many</span></a></li>
|
|
1039
|
-
<li><a href="../functions/elements.ojSelectOne-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Select<wbr/>One</span></a></li>
|
|
1040
|
-
<li><a href="../functions/elements.ojSelectSingle-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Select<wbr/>Single</span></a></li>
|
|
1041
|
-
<li><a href="../functions/elements.ojSelector-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Selector</span></a></li>
|
|
1042
|
-
<li><a href="../functions/elements.ojSlider-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Slider</span></a></li>
|
|
1043
|
-
<li><a href="../functions/elements.ojSparkChart-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Spark<wbr/>Chart</span></a></li>
|
|
1044
|
-
<li><a href="../functions/elements.ojStatusMeterGauge-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Status<wbr/>Meter<wbr/>Gauge</span></a></li>
|
|
1045
|
-
<li><a href="../functions/elements.ojStreamList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Stream<wbr/>List</span></a></li>
|
|
1046
|
-
<li><a href="../functions/elements.ojSunburst-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Sunburst</span></a></li>
|
|
1047
|
-
<li><a href="../functions/elements.ojSwipeActions-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Swipe<wbr/>Actions</span></a></li>
|
|
1048
|
-
<li><a href="../functions/elements.ojSwitch-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Switch</span></a></li>
|
|
1049
|
-
<li><a href="../functions/elements.ojTabBar-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Tab<wbr/>Bar</span></a></li>
|
|
1050
|
-
<li><a href="../functions/elements.ojTable-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Table</span></a></li>
|
|
1051
|
-
<li><a href="../functions/elements.ojTagCloud-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Tag<wbr/>Cloud</span></a></li>
|
|
1052
|
-
<li><a href="../functions/elements.ojTextArea-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Text<wbr/>Area</span></a></li>
|
|
1053
|
-
<li><a href="../functions/elements.ojThematicMap-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Thematic<wbr/>Map</span></a></li>
|
|
1054
|
-
<li><a href="../functions/elements.ojTimeAxis-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Time<wbr/>Axis</span></a></li>
|
|
1055
|
-
<li><a href="../functions/elements.ojTimeline-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Timeline</span></a></li>
|
|
1056
|
-
<li><a href="../functions/elements.ojTrain-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Train</span></a></li>
|
|
1057
|
-
<li><a href="../functions/elements.ojTreeView-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Tree<wbr/>View</span></a></li>
|
|
1058
|
-
<li><a href="../functions/elements.ojTreemap-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Treemap</span></a></li>
|
|
1059
|
-
<li><a href="../functions/elements.ojWaterfallLayout-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Waterfall<wbr/>Layout</span></a></li>
|
|
1060
|
-
<li><a href="../functions/elements.ojWebElement-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Web<wbr/>Element</span></a></li></ul></div></details></li>
|
|
1061
|
-
<li>
|
|
1062
|
-
<details class="tsd-index-accordion" data-key="index"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>index</span></a></summary>
|
|
1063
|
-
<div class="tsd-accordion-details">
|
|
1064
|
-
<ul class="tsd-nested-navigation">
|
|
1065
|
-
<li>
|
|
1066
|
-
<details class="tsd-index-accordion" data-key="index.ScreenshotManager"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/index.ScreenshotManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Screenshot<wbr/>Manager</span></a></summary>
|
|
1067
|
-
<div class="tsd-accordion-details">
|
|
1068
|
-
<ul class="tsd-nested-navigation">
|
|
1069
|
-
<li><a href="../functions/index.ScreenshotManager.create.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>create</span></a></li>
|
|
1070
|
-
<li><a href="../functions/index.ScreenshotManager.get.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get</span></a></li>
|
|
1071
|
-
<li><a href="../functions/index.ScreenshotManager.set.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>set</span></a></li></ul></div></details></li>
|
|
1072
|
-
<li><a href="index.DriverManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Driver<wbr/>Manager</span></a></li>
|
|
1073
|
-
<li><a href="index.Expectation.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expectation</span></a></li>
|
|
1074
|
-
<li><a href="../interfaces/index.DriverLike.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Driver<wbr/>Like</span></a></li>
|
|
1075
|
-
<li><a href="../interfaces/index.SlotProxy.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Slot<wbr/>Proxy</span></a></li>
|
|
1076
|
-
<li><a href="../variables/index.default.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>default</span></a></li>
|
|
1077
|
-
<li><a href="../functions/index.fetchKeyByFilter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>fetch<wbr/>Key<wbr/>By<wbr/>Filter</span></a></li>
|
|
1078
|
-
<li><a href="../functions/index.register.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>register</span></a></li>
|
|
1079
|
-
<li><a href="../functions/index.slotProxy-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>slot<wbr/>Proxy</span></a></li></ul></div></details></li></ul></nav></div></div></div>
|
|
1080
|
-
<div class="tsd-generator">
|
|
1081
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
1082
|
-
<div class="overlay"></div></body></html>
|
|
198
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.equals</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="extractId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>extract<wbr/>Id</span><a href="#extractId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="extractId.extractId-1"><span class="tsd-kind-call-signature">extract<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#extractId.extractId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Extracts the encoded WebElement ID from the object.</p>
|
|
199
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type ">IWebElementId</span></h5><div class="tsd-comment tsd-typography"><p>The object to extract the ID from.</p>
|
|
200
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>the extracted ID.</p>
|
|
201
|
+
<div class="tsd-comment tsd-typography"><h4>Throws</h4><p>if the object is not a valid encoded ID.</p>
|
|
202
|
+
</div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.extractId</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="isId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>is<wbr/>Id</span><a href="#isId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="isId.isId-1"><span class="tsd-kind-call-signature">is<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isId.isId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type ">IWebElementId</span></h5><div class="tsd-comment tsd-typography"><p>the object to test.</p>
|
|
203
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>whether the object is a valid encoded WebElement ID.</p>
|
|
204
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjPictoChartBase.isId</p></aside></li></ul></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><ul><li><a href="#constructor" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a></li><li><a href="#changeHiddenCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Hidden<wbr/>Categories</span></a></li><li><a href="#changeHighlightedCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Highlighted<wbr/>Categories</span></a></li><li><a href="#changeSelection" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Selection</span></a></li><li><a href="#clear" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>clear</span></a></li><li><a href="#click" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>click</span></a></li><li><a href="#findElement" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>find<wbr/>Element</span></a></li><li><a href="#findElements" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>find<wbr/>Elements</span></a></li><li><a href="#getAnimationDuration" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Animation<wbr/>Duration</span></a></li><li><a href="#getAnimationOnDataChange" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Animation<wbr/>On<wbr/>Data<wbr/>Change</span></a></li><li><a href="#getAnimationOnDisplay" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Animation<wbr/>On<wbr/>Display</span></a></li><li><a href="#getAs" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>As</span></a></li><li><a href="#getAttribute" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Attribute</span></a></li><li><a href="#getColumnCount" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Column<wbr/>Count</span></a></li><li><a href="#getColumnWidth" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Column<wbr/>Width</span></a></li><li><a href="#getCssValue" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Css<wbr/>Value</span></a></li><li><a href="#getDrilling" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Drilling</span></a></li><li><a href="#getDriver" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Driver</span></a></li><li><a href="#getHiddenCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Hidden<wbr/>Categories</span></a></li><li><a href="#getHighlightMatch" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Highlight<wbr/>Match</span></a></li><li><a href="#getHighlightedCategories" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Highlighted<wbr/>Categories</span></a></li><li><a href="#getHoverBehavior" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Hover<wbr/>Behavior</span></a></li><li><a href="#getHoverBehaviorDelay" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Hover<wbr/>Behavior<wbr/>Delay</span></a></li><li><a href="#getId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Id</span></a></li><li><a href="#getItems" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Items</span></a></li><li><a href="#getLayout" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Layout</span></a></li><li><a href="#getLayoutOrigin" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Layout<wbr/>Origin</span></a></li><li><a href="#getLocation" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Location</span></a></li><li><a href="#getProperty" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Property</span></a></li><li><a href="#getRect" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Rect</span></a></li><li><a href="#getRowCount" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Row<wbr/>Count</span></a></li><li><a href="#getRowHeight" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Row<wbr/>Height</span></a></li><li><a href="#getSelection" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Selection</span></a></li><li><a href="#getSelectionMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Selection<wbr/>Mode</span></a></li><li><a href="#getShadowRoot" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Shadow<wbr/>Root</span></a></li><li><a href="#getSize" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Size</span></a></li><li><a href="#getTagName" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Tag<wbr/>Name</span></a></li><li><a href="#getText" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Text</span></a></li><li><a href="#getTooltip" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Tooltip</span></a></li><li><a href="#getTrackResize" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Track<wbr/>Resize</span></a></li><li><a href="#getTranslations" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Translations</span></a></li><li><a href="#hasSize" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Size</span></a></li><li><a href="#hasVisibility" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Visibility</span></a></li><li><a href="#isDisplayed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Displayed</span></a></li><li><a href="#isEnabled" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Enabled</span></a></li><li><a href="#isSelected" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Selected</span></a></li><li><a href="#sendKeys" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>send<wbr/>Keys</span></a></li><li><a href="#serialize" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>serialize</span></a></li><li><a href="#setProperty" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Property</span></a></li><li><a href="#submit" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>submit</span></a></li><li><a href="#takeScreenshot" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>take<wbr/>Screenshot</span></a></li><li><a href="#whenBusyContextReady" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>when<wbr/>Busy<wbr/>Context<wbr/>Ready</span></a></li><li><a href="#whenReady" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>when<wbr/>Ready</span></a></li><li><a href="#buildId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>build<wbr/>Id</span></a></li><li><a href="#equals" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>equals</span></a></li><li><a href="#extractId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>extract<wbr/>Id</span></a></li><li><a href="#isId" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Id</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1"></use></svg><span>@oracle/oraclejet-webdriver - v16.0.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li><a href="../modules/elements.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2"></use></svg>elements</a></li><li><a href="../modules/index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2"></use></svg>index</a></li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><svg style="display: none"><g id="icon-1"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g><g id="icon-2"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g><g id="icon-16"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g><g id="icon-512"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-4096"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g><g id="icon-8192"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-16384"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-32768"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-65536"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-131072"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-262144"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-524288"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-1048576"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-2097152"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g><g id="icon-chevronDown"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></g><g id="icon-chevronSmall"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></g><g id="icon-menu"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></g><g id="icon-search"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></g><g id="icon-anchor"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g></svg></body></html>
|