@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,1284 +1,267 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OjDiagram | @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.OjDiagram.html">OjDiagram</a></li></ul>
|
|
18
|
-
<h1>Class OjDiagram</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.ojDiagram.html">oj-diagram</a>.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OjDiagram | @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.OjDiagram.html">OjDiagram</a></li></ul><h1>Class OjDiagram</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The component WebElement for <a href="../../jsdocs/oj.ojDiagram.html">oj-diagram</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.OjDiagram.html#
|
|
43
|
-
<a href="elements.OjDiagram.html#
|
|
44
|
-
<a href="elements.OjDiagram.html#
|
|
45
|
-
<a href="elements.OjDiagram.html#
|
|
46
|
-
<a href="elements.OjDiagram.html#
|
|
47
|
-
<a href="elements.OjDiagram.html#
|
|
48
|
-
<a href="elements.OjDiagram.html#
|
|
49
|
-
<a href="elements.OjDiagram.html#
|
|
50
|
-
<a href="elements.OjDiagram.html#
|
|
51
|
-
<a href="elements.OjDiagram.html#
|
|
52
|
-
<a href="elements.OjDiagram.html#
|
|
53
|
-
<a href="elements.OjDiagram.html#
|
|
54
|
-
<a href="elements.OjDiagram.html#
|
|
55
|
-
<a href="elements.OjDiagram.html#
|
|
56
|
-
<a href="elements.OjDiagram.html#
|
|
57
|
-
<a href="elements.OjDiagram.html#
|
|
58
|
-
<a href="elements.OjDiagram.html#
|
|
59
|
-
<a href="elements.OjDiagram.html#
|
|
60
|
-
<a href="elements.OjDiagram.html#
|
|
61
|
-
<a href="elements.OjDiagram.html#
|
|
62
|
-
<a href="elements.OjDiagram.html#
|
|
63
|
-
<a href="elements.OjDiagram.html#
|
|
64
|
-
<a href="elements.OjDiagram.html#
|
|
65
|
-
<a href="elements.OjDiagram.html#
|
|
66
|
-
<a href="elements.OjDiagram.html#
|
|
67
|
-
<a href="elements.OjDiagram.html#
|
|
68
|
-
<a href="elements.OjDiagram.html#
|
|
69
|
-
<a href="elements.OjDiagram.html#
|
|
70
|
-
<a href="elements.OjDiagram.html#
|
|
71
|
-
<a href="elements.OjDiagram.html#
|
|
72
|
-
<a href="elements.OjDiagram.html#
|
|
73
|
-
<a href="elements.OjDiagram.html#
|
|
74
|
-
<a href="elements.OjDiagram.html#
|
|
75
|
-
<a href="elements.OjDiagram.html#
|
|
76
|
-
<a href="elements.OjDiagram.html#
|
|
77
|
-
<a href="elements.OjDiagram.html#
|
|
78
|
-
<a href="elements.OjDiagram.html#
|
|
79
|
-
<a href="elements.OjDiagram.html#
|
|
80
|
-
<a href="elements.OjDiagram.html#
|
|
81
|
-
<a href="elements.OjDiagram.html#
|
|
82
|
-
<a href="elements.OjDiagram.html#
|
|
83
|
-
<a href="elements.OjDiagram.html#
|
|
84
|
-
<a href="elements.OjDiagram.html#
|
|
85
|
-
<a href="elements.OjDiagram.html#
|
|
86
|
-
<a href="elements.OjDiagram.html#
|
|
87
|
-
<a href="elements.OjDiagram.html#
|
|
88
|
-
<a href="elements.OjDiagram.html#
|
|
89
|
-
<a href="elements.OjDiagram.html#
|
|
90
|
-
<a href="elements.OjDiagram.html#
|
|
91
|
-
<a href="elements.OjDiagram.html#
|
|
92
|
-
<a href="elements.OjDiagram.html#
|
|
93
|
-
<a href="elements.OjDiagram.html#
|
|
94
|
-
|
|
95
|
-
<a href="elements.OjDiagram.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>
|
|
96
|
-
<a href="elements.OjDiagram.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>
|
|
97
|
-
<a href="elements.OjDiagram.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>
|
|
98
|
-
<a href="elements.OjDiagram.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>
|
|
99
|
-
<a href="elements.OjDiagram.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>
|
|
100
|
-
<a href="elements.OjDiagram.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>
|
|
101
|
-
<a href="elements.OjDiagram.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>
|
|
102
|
-
<a href="elements.OjDiagram.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>
|
|
103
|
-
<a href="elements.OjDiagram.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>
|
|
104
|
-
<a href="elements.OjDiagram.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>
|
|
105
|
-
<a href="elements.OjDiagram.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>
|
|
106
|
-
<a href="elements.OjDiagram.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>
|
|
107
|
-
<a href="elements.OjDiagram.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>
|
|
108
|
-
<a href="elements.OjDiagram.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>
|
|
109
|
-
<a href="elements.OjDiagram.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>
|
|
110
|
-
<a href="elements.OjDiagram.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>
|
|
111
|
-
</div></section></div></details></section></section>
|
|
112
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
113
|
-
<h2>Constructors</h2>
|
|
114
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a>
|
|
115
|
-
<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>
|
|
116
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
117
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_OjDiagram"><span class="tsd-kind-constructor-signature">new <wbr/>Oj<wbr/>Diagram</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.OjDiagram.html" class="tsd-signature-type tsd-kind-class">OjDiagram</a><a href="#constructor.new_OjDiagram" 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>
|
|
118
|
-
<li class="tsd-description">
|
|
119
|
-
<div class="tsd-comment tsd-typography"><p>Constructor. Pass an instance of WebDriver's WebElement that
|
|
3
|
+
<a href="../functions/elements.ojDiagram-1.html">ojDiagram</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 ">OjDiagramBase</span><ul class="tsd-hierarchy"><li><span class="target">OjDiagram</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.OjDiagram.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.OjDiagram.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.OjDiagram.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.OjDiagram.html#changePanZoomState" 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/>Pan<wbr/>Zoom<wbr/>State</span></a>
|
|
8
|
+
<a href="elements.OjDiagram.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>
|
|
9
|
+
<a href="elements.OjDiagram.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>
|
|
10
|
+
<a href="elements.OjDiagram.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>
|
|
11
|
+
<a href="elements.OjDiagram.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>
|
|
12
|
+
<a href="elements.OjDiagram.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>
|
|
13
|
+
<a href="elements.OjDiagram.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.OjDiagram.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.OjDiagram.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.OjDiagram.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.OjDiagram.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>
|
|
18
|
+
<a href="elements.OjDiagram.html#getDnd" 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/>Dnd</span></a>
|
|
19
|
+
<a href="elements.OjDiagram.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>
|
|
20
|
+
<a href="elements.OjDiagram.html#getFocusRenderer" 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/>Focus<wbr/>Renderer</span></a>
|
|
21
|
+
<a href="elements.OjDiagram.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>
|
|
22
|
+
<a href="elements.OjDiagram.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>
|
|
23
|
+
<a href="elements.OjDiagram.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>
|
|
24
|
+
<a href="elements.OjDiagram.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>
|
|
25
|
+
<a href="elements.OjDiagram.html#getHoverRenderer" 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/>Hover<wbr/>Renderer</span></a>
|
|
26
|
+
<a href="elements.OjDiagram.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>
|
|
27
|
+
<a href="elements.OjDiagram.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>
|
|
28
|
+
<a href="elements.OjDiagram.html#getLinkContent" 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/>Link<wbr/>Content</span></a>
|
|
29
|
+
<a href="elements.OjDiagram.html#getLinkHighlightMode" 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/>Link<wbr/>Highlight<wbr/>Mode</span></a>
|
|
30
|
+
<a href="elements.OjDiagram.html#getLinkProperties" 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/>Link<wbr/>Properties</span></a>
|
|
31
|
+
<a href="elements.OjDiagram.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.OjDiagram.html#getMaxZoom" 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/>Max<wbr/>Zoom</span></a>
|
|
33
|
+
<a href="elements.OjDiagram.html#getMinZoom" 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/>Min<wbr/>Zoom</span></a>
|
|
34
|
+
<a href="elements.OjDiagram.html#getNodeContent" 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/>Node<wbr/>Content</span></a>
|
|
35
|
+
<a href="elements.OjDiagram.html#getNodeHighlightMode" 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/>Node<wbr/>Highlight<wbr/>Mode</span></a>
|
|
36
|
+
<a href="elements.OjDiagram.html#getNodeProperties" 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/>Node<wbr/>Properties</span></a>
|
|
37
|
+
<a href="elements.OjDiagram.html#getOverview" 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/>Overview</span></a>
|
|
38
|
+
<a href="elements.OjDiagram.html#getPanDirection" 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/>Pan<wbr/>Direction</span></a>
|
|
39
|
+
<a href="elements.OjDiagram.html#getPanZoomState" 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/>Pan<wbr/>Zoom<wbr/>State</span></a>
|
|
40
|
+
<a href="elements.OjDiagram.html#getPanning" 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/>Panning</span></a>
|
|
41
|
+
<a href="elements.OjDiagram.html#getPromotedLinkBehavior" 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/>Promoted<wbr/>Link<wbr/>Behavior</span></a>
|
|
42
|
+
<a href="elements.OjDiagram.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>
|
|
43
|
+
<a href="elements.OjDiagram.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>
|
|
44
|
+
<a href="elements.OjDiagram.html#getRenderer" 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/>Renderer</span></a>
|
|
45
|
+
<a href="elements.OjDiagram.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>
|
|
46
|
+
<a href="elements.OjDiagram.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>
|
|
47
|
+
<a href="elements.OjDiagram.html#getSelectionRenderer" 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/>Selection<wbr/>Renderer</span></a>
|
|
48
|
+
<a href="elements.OjDiagram.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>
|
|
49
|
+
<a href="elements.OjDiagram.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>
|
|
50
|
+
<a href="elements.OjDiagram.html#getStyleDefaults" 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/>Style<wbr/>Defaults</span></a>
|
|
51
|
+
<a href="elements.OjDiagram.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>
|
|
52
|
+
<a href="elements.OjDiagram.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>
|
|
53
|
+
<a href="elements.OjDiagram.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>
|
|
54
|
+
<a href="elements.OjDiagram.html#getTouchResponse" 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/>Touch<wbr/>Response</span></a>
|
|
55
|
+
<a href="elements.OjDiagram.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>
|
|
56
|
+
<a href="elements.OjDiagram.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>
|
|
57
|
+
<a href="elements.OjDiagram.html#getZoomRenderer" 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/>Zoom<wbr/>Renderer</span></a>
|
|
58
|
+
<a href="elements.OjDiagram.html#getZooming" 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/>Zooming</span></a>
|
|
59
|
+
<a href="elements.OjDiagram.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>
|
|
60
|
+
<a href="elements.OjDiagram.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>
|
|
61
|
+
<a href="elements.OjDiagram.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>
|
|
62
|
+
<a href="elements.OjDiagram.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>
|
|
63
|
+
<a href="elements.OjDiagram.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>
|
|
64
|
+
<a href="elements.OjDiagram.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>
|
|
65
|
+
<a href="elements.OjDiagram.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>
|
|
66
|
+
<a href="elements.OjDiagram.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>
|
|
67
|
+
<a href="elements.OjDiagram.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>
|
|
68
|
+
<a href="elements.OjDiagram.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>
|
|
69
|
+
<a href="elements.OjDiagram.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>
|
|
70
|
+
<a href="elements.OjDiagram.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>
|
|
71
|
+
<a href="elements.OjDiagram.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>
|
|
72
|
+
<a href="elements.OjDiagram.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>
|
|
73
|
+
<a href="elements.OjDiagram.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>
|
|
74
|
+
<a href="elements.OjDiagram.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>
|
|
75
|
+
</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_OjDiagram"><span class="tsd-kind-constructor-signature">new <wbr/>Oj<wbr/>Diagram</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.OjDiagram.html" class="tsd-signature-type tsd-kind-class">OjDiagram</a><a href="#constructor.new_OjDiagram" 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
|
|
120
76
|
represents the DOM node on which we"ll perform operations.</p>
|
|
121
|
-
</div>
|
|
122
|
-
<div class="tsd-parameters">
|
|
123
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
124
|
-
<ul class="tsd-parameter-list">
|
|
125
|
-
<li>
|
|
126
|
-
<h5><span class="tsd-kind-parameter">el</span>: <span class="tsd-signature-type ">WebElement</span></h5>
|
|
127
|
-
<div class="tsd-comment tsd-typography"><p>The basic WebElement with which this WebElement will
|
|
77
|
+
</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
|
|
128
78
|
work.</p>
|
|
129
|
-
</div></li>
|
|
130
|
-
<li>
|
|
131
|
-
<h5><span class="tsd-kind-parameter">locators</span>: <span class="tsd-signature-type ">ElementLocators</span></h5></li></ul></div>
|
|
132
|
-
<h4 class="tsd-returns-title">Returns <a href="elements.OjDiagram.html" class="tsd-signature-type tsd-kind-class">OjDiagram</a></h4><aside class="tsd-sources">
|
|
133
|
-
<p>Inherited from OjDiagramBase.constructor</p></aside></li></ul></section></section>
|
|
134
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
135
|
-
<h2>Methods</h2>
|
|
136
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeHiddenCategories" class="tsd-anchor"></a>
|
|
137
|
-
<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>
|
|
138
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
139
|
-
<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>
|
|
140
|
-
<li class="tsd-description">
|
|
141
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>hiddenCategories</code> property.
|
|
79
|
+
</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.OjDiagram.html" class="tsd-signature-type tsd-kind-class">OjDiagram</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
142
80
|
Specifies categories used for filtering.</p>
|
|
143
|
-
</div>
|
|
144
|
-
<div class="tsd-
|
|
145
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
146
|
-
<ul class="tsd-parameter-list">
|
|
147
|
-
<li>
|
|
148
|
-
<h5><span class="tsd-kind-parameter">hiddenCategories</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
149
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>hiddenCategories</code></p>
|
|
150
|
-
</div></li></ul></div>
|
|
151
|
-
<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">
|
|
152
|
-
<p>Inherited from OjDiagramBase.changeHiddenCategories</p></aside></li></ul></section>
|
|
153
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeHighlightedCategories" class="tsd-anchor"></a>
|
|
154
|
-
<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>
|
|
155
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
156
|
-
<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>
|
|
157
|
-
<li class="tsd-description">
|
|
158
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>highlightedCategories</code> property.
|
|
81
|
+
</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>
|
|
82
|
+
</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 OjDiagramBase.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.
|
|
159
83
|
Specifies categories used for highlighting.</p>
|
|
160
|
-
</div>
|
|
161
|
-
<div class="tsd-
|
|
162
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
163
|
-
<ul class="tsd-parameter-list">
|
|
164
|
-
<li>
|
|
165
|
-
<h5><span class="tsd-kind-parameter">highlightedCategories</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
166
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>highlightedCategories</code></p>
|
|
167
|
-
</div></li></ul></div>
|
|
168
|
-
<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">
|
|
169
|
-
<p>Inherited from OjDiagramBase.changeHighlightedCategories</p></aside></li></ul></section>
|
|
170
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changePanZoomState" class="tsd-anchor"></a>
|
|
171
|
-
<h3 class="tsd-anchor-link"><span>change<wbr/>Pan<wbr/>Zoom<wbr/>State</span><a href="#changePanZoomState" 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>
|
|
172
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
173
|
-
<li class="tsd-signature tsd-anchor-link" id="changePanZoomState.changePanZoomState-1"><span class="tsd-kind-call-signature">change<wbr/>Pan<wbr/>Zoom<wbr/>State</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">panZoomState</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="#changePanZoomState.changePanZoomState-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>
|
|
174
|
-
<li class="tsd-description">
|
|
175
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>panZoomState</code> property.
|
|
84
|
+
</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>
|
|
85
|
+
</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 OjDiagramBase.changeHighlightedCategories</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="changePanZoomState" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change<wbr/>Pan<wbr/>Zoom<wbr/>State</span><a href="#changePanZoomState" 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="changePanZoomState.changePanZoomState-1"><span class="tsd-kind-call-signature">change<wbr/>Pan<wbr/>Zoom<wbr/>State</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">panZoomState</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="#changePanZoomState.changePanZoomState-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>panZoomState</code> property.
|
|
176
86
|
A writeback object that contains properties zoom, centerX, and centerY that represent the panZoomState</p>
|
|
177
|
-
</div>
|
|
178
|
-
<div class="tsd-
|
|
179
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
180
|
-
<ul class="tsd-parameter-list">
|
|
181
|
-
<li>
|
|
182
|
-
<h5><span class="tsd-kind-parameter">panZoomState</span>: <span class="tsd-signature-type ">PanZoomState</span></h5>
|
|
183
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>panZoomState</code></p>
|
|
184
|
-
</div></li></ul></div>
|
|
185
|
-
<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">
|
|
186
|
-
<p>Inherited from OjDiagramBase.changePanZoomState</p></aside></li></ul></section>
|
|
187
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeSelection" class="tsd-anchor"></a>
|
|
188
|
-
<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>
|
|
189
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
190
|
-
<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>
|
|
191
|
-
<li class="tsd-description">
|
|
192
|
-
<div class="tsd-comment tsd-typography"><p>Sets the value of <code>selection</code> property.
|
|
87
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">panZoomState</span>: <span class="tsd-signature-type ">PanZoomState</span></h5><div class="tsd-comment tsd-typography"><p>The value to set for <code>panZoomState</code></p>
|
|
88
|
+
</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 OjDiagramBase.changePanZoomState</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.
|
|
193
89
|
An array containing the ids of the selected nodes and links.</p>
|
|
194
|
-
</div>
|
|
195
|
-
<div class="tsd-parameters">
|
|
196
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
197
|
-
<ul class="tsd-parameter-list">
|
|
198
|
-
<li>
|
|
199
|
-
<h5><span class="tsd-kind-parameter">selection</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
200
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for <code>selection</code></p>
|
|
201
|
-
</div></li></ul></div>
|
|
202
|
-
<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">
|
|
203
|
-
<p>Inherited from OjDiagramBase.changeSelection</p></aside></li></ul></section>
|
|
204
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="clear" class="tsd-anchor"></a>
|
|
205
|
-
<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>
|
|
206
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
207
|
-
<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>
|
|
208
|
-
<li class="tsd-description">
|
|
209
|
-
<div class="tsd-comment tsd-typography">
|
|
210
|
-
<h3>Inherit Doc</h3></div>
|
|
211
|
-
<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">
|
|
212
|
-
<p>Inherited from OjDiagramBase.clear</p></aside></li></ul></section>
|
|
213
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="click" class="tsd-anchor"></a>
|
|
214
|
-
<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>
|
|
215
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
216
|
-
<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>
|
|
217
|
-
<li class="tsd-description">
|
|
218
|
-
<div class="tsd-comment tsd-typography">
|
|
219
|
-
<h3>Inherit Doc</h3></div>
|
|
220
|
-
<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">
|
|
221
|
-
<p>Inherited from OjDiagramBase.click</p></aside></li></ul></section>
|
|
222
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="findElement" class="tsd-anchor"></a>
|
|
223
|
-
<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>
|
|
224
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
225
|
-
<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>
|
|
226
|
-
<li class="tsd-description">
|
|
227
|
-
<div class="tsd-comment tsd-typography">
|
|
228
|
-
<h3>Inherit Doc</h3></div>
|
|
229
|
-
<div class="tsd-parameters">
|
|
230
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
231
|
-
<ul class="tsd-parameter-list">
|
|
232
|
-
<li>
|
|
233
|
-
<h5><span class="tsd-kind-parameter">locator</span>: <span class="tsd-signature-type ">Locator</span></h5></li></ul></div>
|
|
234
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">WebElementPromise</span></h4><aside class="tsd-sources">
|
|
235
|
-
<p>Inherited from OjDiagramBase.findElement</p></aside></li></ul></section>
|
|
236
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="findElements" class="tsd-anchor"></a>
|
|
237
|
-
<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>
|
|
238
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
239
|
-
<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>
|
|
240
|
-
<li class="tsd-description">
|
|
241
|
-
<div class="tsd-comment tsd-typography">
|
|
242
|
-
<h3>Inherit Doc</h3></div>
|
|
243
|
-
<div class="tsd-parameters">
|
|
244
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
245
|
-
<ul class="tsd-parameter-list">
|
|
246
|
-
<li>
|
|
247
|
-
<h5><span class="tsd-kind-parameter">locator</span>: <span class="tsd-signature-type ">Locator</span></h5></li></ul></div>
|
|
248
|
-
<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">
|
|
249
|
-
<p>Inherited from OjDiagramBase.findElements</p></aside></li></ul></section>
|
|
250
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationOnDataChange" class="tsd-anchor"></a>
|
|
251
|
-
<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>
|
|
252
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
253
|
-
<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>
|
|
254
|
-
<li class="tsd-description">
|
|
255
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationOnDataChange</code> property.
|
|
90
|
+
</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>
|
|
91
|
+
</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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.findElements</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.
|
|
256
92
|
Specifies the animation that is applied on data changes.</p>
|
|
257
|
-
</div>
|
|
258
|
-
<
|
|
259
|
-
<aside class="tsd-sources">
|
|
260
|
-
<p>Inherited from OjDiagramBase.getAnimationOnDataChange</p></aside></li></ul></section>
|
|
261
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAnimationOnDisplay" class="tsd-anchor"></a>
|
|
262
|
-
<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>
|
|
263
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
264
|
-
<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>
|
|
265
|
-
<li class="tsd-description">
|
|
266
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>animationOnDisplay</code> property.
|
|
93
|
+
</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>
|
|
94
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
267
95
|
Specifies the animation that is shown on initial display.</p>
|
|
268
|
-
</div>
|
|
269
|
-
<
|
|
270
|
-
<aside class="tsd-sources">
|
|
271
|
-
<p>Inherited from OjDiagramBase.getAnimationOnDisplay</p></aside></li></ul></section>
|
|
272
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAs" class="tsd-anchor"></a>
|
|
273
|
-
<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>
|
|
274
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
275
|
-
<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>
|
|
276
|
-
<li class="tsd-description">
|
|
277
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>as</code> property.
|
|
96
|
+
</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>
|
|
97
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
278
98
|
An alias for the '$current' context variable passed to slot content for the nodeTemplate or linkTemplate slots.</p>
|
|
279
|
-
|
|
280
|
-
<
|
|
281
|
-
</div>
|
|
282
|
-
<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>
|
|
283
|
-
<aside class="tsd-sources">
|
|
284
|
-
<p>Inherited from OjDiagramBase.getAs</p></aside></li></ul></section>
|
|
285
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAttribute" class="tsd-anchor"></a>
|
|
286
|
-
<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>
|
|
287
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
288
|
-
<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>
|
|
289
|
-
<li class="tsd-description">
|
|
290
|
-
<div class="tsd-comment tsd-typography">
|
|
291
|
-
<h3>Inherit Doc</h3></div>
|
|
292
|
-
<div class="tsd-parameters">
|
|
293
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
294
|
-
<ul class="tsd-parameter-list">
|
|
295
|
-
<li>
|
|
296
|
-
<h5><span class="tsd-kind-parameter">attributeName</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
297
|
-
<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">
|
|
298
|
-
<p>Inherited from OjDiagramBase.getAttribute</p></aside></li></ul></section>
|
|
299
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getCssValue" class="tsd-anchor"></a>
|
|
300
|
-
<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>
|
|
301
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
302
|
-
<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>
|
|
303
|
-
<li class="tsd-description">
|
|
304
|
-
<div class="tsd-comment tsd-typography">
|
|
305
|
-
<h3>Inherit Doc</h3></div>
|
|
306
|
-
<div class="tsd-parameters">
|
|
307
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
308
|
-
<ul class="tsd-parameter-list">
|
|
309
|
-
<li>
|
|
310
|
-
<h5><span class="tsd-kind-parameter">cssStyleProperty</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
311
|
-
<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">
|
|
312
|
-
<p>Inherited from OjDiagramBase.getCssValue</p></aside></li></ul></section>
|
|
313
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDnd" class="tsd-anchor"></a>
|
|
314
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Dnd</span><a href="#getDnd" 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>
|
|
315
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
316
|
-
<li class="tsd-signature tsd-anchor-link" id="getDnd.getDnd-1"><span class="tsd-kind-call-signature">get<wbr/>Dnd</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 ">Dnd</span><span class="tsd-signature-symbol">></span><a href="#getDnd.getDnd-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>
|
|
317
|
-
<li class="tsd-description">
|
|
318
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>dnd</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></h4><p>The value of <code>as</code> property.</p>
|
|
100
|
+
<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>
|
|
101
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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 OjDiagramBase.getAttribute</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 OjDiagramBase.getCssValue</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Dnd</span><a href="#getDnd" 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="getDnd.getDnd-1"><span class="tsd-kind-call-signature">get<wbr/>Dnd</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 ">Dnd</span><span class="tsd-signature-symbol">></span><a href="#getDnd.getDnd-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>dnd</code> property.
|
|
319
102
|
Used to customize the drag and drop features.</p>
|
|
320
|
-
</div>
|
|
321
|
-
<
|
|
322
|
-
<aside class="tsd-sources">
|
|
323
|
-
<p>Inherited from OjDiagramBase.getDnd</p></aside></li></ul></section>
|
|
324
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getDriver" class="tsd-anchor"></a>
|
|
325
|
-
<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>
|
|
326
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
327
|
-
<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>
|
|
328
|
-
<li class="tsd-description">
|
|
329
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
330
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">WebDriver</span></h4><p>The parent driver for this instance.</p>
|
|
331
|
-
<aside class="tsd-sources">
|
|
332
|
-
<p>Inherited from OjDiagramBase.getDriver</p></aside></li></ul></section>
|
|
333
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getFocusRenderer" class="tsd-anchor"></a>
|
|
334
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Focus<wbr/>Renderer</span><a href="#getFocusRenderer" 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>
|
|
335
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
336
|
-
<li class="tsd-signature tsd-anchor-link" id="getFocusRenderer.getFocusRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Focus<wbr/>Renderer</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><a href="#getFocusRenderer.getFocusRenderer-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>
|
|
337
|
-
<li class="tsd-description">
|
|
338
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>focusRenderer</code> property.
|
|
103
|
+
</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 ">Dnd</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>dnd</code> property.</p>
|
|
104
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getDnd</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>
|
|
105
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getDriver</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getFocusRenderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Focus<wbr/>Renderer</span><a href="#getFocusRenderer" 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="getFocusRenderer.getFocusRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Focus<wbr/>Renderer</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><a href="#getFocusRenderer.getFocusRenderer-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>focusRenderer</code> property.
|
|
339
106
|
Specifies custom renderer for the diagram nodes used for focus updates.</p>
|
|
340
|
-
|
|
341
|
-
<
|
|
342
|
-
</div>
|
|
343
|
-
<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></h4><p>The value of <code>focusRenderer</code> property.</p>
|
|
344
|
-
<aside class="tsd-sources">
|
|
345
|
-
<p>Inherited from OjDiagramBase.getFocusRenderer</p></aside></li></ul></section>
|
|
346
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHiddenCategories" class="tsd-anchor"></a>
|
|
347
|
-
<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>
|
|
348
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
349
|
-
<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>
|
|
350
|
-
<li class="tsd-description">
|
|
351
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>hiddenCategories</code> property.
|
|
107
|
+
</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></h4><p>The value of <code>focusRenderer</code> property.</p>
|
|
108
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 8.0.0. Use nodeContent.focusRenderer instead.</p>
|
|
109
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getFocusRenderer</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.
|
|
352
110
|
Specifies categories used for filtering.</p>
|
|
353
|
-
</div>
|
|
354
|
-
<
|
|
355
|
-
<aside class="tsd-sources">
|
|
356
|
-
<p>Inherited from OjDiagramBase.getHiddenCategories</p></aside></li></ul></section>
|
|
357
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHighlightMatch" class="tsd-anchor"></a>
|
|
358
|
-
<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>
|
|
359
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
360
|
-
<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>
|
|
361
|
-
<li class="tsd-description">
|
|
362
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>highlightMatch</code> property.
|
|
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">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>hiddenCategories</code> property.</p>
|
|
112
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
363
113
|
Specifies matching condition used for category highlighting.</p>
|
|
364
|
-
</div>
|
|
365
|
-
<
|
|
366
|
-
<aside class="tsd-sources">
|
|
367
|
-
<p>Inherited from OjDiagramBase.getHighlightMatch</p></aside></li></ul></section>
|
|
368
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHighlightedCategories" class="tsd-anchor"></a>
|
|
369
|
-
<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>
|
|
370
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
371
|
-
<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>
|
|
372
|
-
<li class="tsd-description">
|
|
373
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>highlightedCategories</code> property.
|
|
114
|
+
</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>
|
|
115
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
374
116
|
Specifies categories used for highlighting.</p>
|
|
375
|
-
</div>
|
|
376
|
-
<
|
|
377
|
-
<aside class="tsd-sources">
|
|
378
|
-
<p>Inherited from OjDiagramBase.getHighlightedCategories</p></aside></li></ul></section>
|
|
379
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverBehavior" class="tsd-anchor"></a>
|
|
380
|
-
<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>
|
|
381
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
382
|
-
<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>
|
|
383
|
-
<li class="tsd-description">
|
|
384
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>hoverBehavior</code> property.
|
|
117
|
+
</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>
|
|
118
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
385
119
|
Defines the behavior applied when hovering over diagram nodes and links.</p>
|
|
386
|
-
</div>
|
|
387
|
-
<
|
|
388
|
-
<aside class="tsd-sources">
|
|
389
|
-
<p>Inherited from OjDiagramBase.getHoverBehavior</p></aside></li></ul></section>
|
|
390
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverRenderer" class="tsd-anchor"></a>
|
|
391
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Hover<wbr/>Renderer</span><a href="#getHoverRenderer" 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">
|
|
393
|
-
<li class="tsd-signature tsd-anchor-link" id="getHoverRenderer.getHoverRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Hover<wbr/>Renderer</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><a href="#getHoverRenderer.getHoverRenderer-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"><p>Gets the value of <code>hoverRenderer</code> property.
|
|
120
|
+
</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>
|
|
121
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getHoverBehavior</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHoverRenderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Hover<wbr/>Renderer</span><a href="#getHoverRenderer" 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="getHoverRenderer.getHoverRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Hover<wbr/>Renderer</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><a href="#getHoverRenderer.getHoverRenderer-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>hoverRenderer</code> property.
|
|
396
122
|
Specifies custom renderer for the diagram nodes used for hover updates.</p>
|
|
397
|
-
|
|
398
|
-
<
|
|
399
|
-
</div>
|
|
400
|
-
<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></h4><p>The value of <code>hoverRenderer</code> property.</p>
|
|
401
|
-
<aside class="tsd-sources">
|
|
402
|
-
<p>Inherited from OjDiagramBase.getHoverRenderer</p></aside></li></ul></section>
|
|
403
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getId" class="tsd-anchor"></a>
|
|
404
|
-
<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>
|
|
405
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
406
|
-
<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>
|
|
407
|
-
<li class="tsd-description">
|
|
408
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
409
|
-
<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
|
|
123
|
+
</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></h4><p>The value of <code>hoverRenderer</code> property.</p>
|
|
124
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 8.0.0. Use nodeContent.hoverRenderer instead.</p>
|
|
125
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getHoverRenderer</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
|
|
410
126
|
the server-assigned opaque ID assigned to this element.</p>
|
|
411
|
-
<aside class="tsd-sources">
|
|
412
|
-
<p>Inherited from OjDiagramBase.getId</p></aside></li></ul></section>
|
|
413
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLayout" class="tsd-anchor"></a>
|
|
414
|
-
<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>
|
|
415
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
416
|
-
<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">null</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>
|
|
417
|
-
<li class="tsd-description">
|
|
418
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>layout</code> property.
|
|
127
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getId</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">null</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.
|
|
419
128
|
Specifies layout callback used to position nodes and links.</p>
|
|
420
|
-
</div>
|
|
421
|
-
<
|
|
422
|
-
<aside class="tsd-sources">
|
|
423
|
-
<p>Inherited from OjDiagramBase.getLayout</p></aside></li></ul></section>
|
|
424
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLinkContent" class="tsd-anchor"></a>
|
|
425
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Link<wbr/>Content</span><a href="#getLinkContent" 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>
|
|
426
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
427
|
-
<li class="tsd-signature tsd-anchor-link" id="getLinkContent.getLinkContent-1"><span class="tsd-kind-call-signature">get<wbr/>Link<wbr/>Content</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 ">LinkContent</span><span class="tsd-signature-symbol">></span><a href="#getLinkContent.getLinkContent-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>
|
|
428
|
-
<li class="tsd-description">
|
|
429
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>linkContent</code> property.
|
|
129
|
+
</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></h4><p>The value of <code>layout</code> property.</p>
|
|
130
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getLayout</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLinkContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Link<wbr/>Content</span><a href="#getLinkContent" 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="getLinkContent.getLinkContent-1"><span class="tsd-kind-call-signature">get<wbr/>Link<wbr/>Content</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 ">LinkContent</span><span class="tsd-signature-symbol">></span><a href="#getLinkContent.getLinkContent-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>linkContent</code> property.
|
|
430
131
|
An object containing an optional callbacks function for link customization.</p>
|
|
431
|
-
</div>
|
|
432
|
-
<
|
|
433
|
-
<aside class="tsd-sources">
|
|
434
|
-
<p>Inherited from OjDiagramBase.getLinkContent</p></aside></li></ul></section>
|
|
435
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLinkHighlightMode" class="tsd-anchor"></a>
|
|
436
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Link<wbr/>Highlight<wbr/>Mode</span><a href="#getLinkHighlightMode" 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>
|
|
437
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
438
|
-
<li class="tsd-signature tsd-anchor-link" id="getLinkHighlightMode.getLinkHighlightMode-1"><span class="tsd-kind-call-signature">get<wbr/>Link<wbr/>Highlight<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="#getLinkHighlightMode.getLinkHighlightMode-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>
|
|
439
|
-
<li class="tsd-description">
|
|
440
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>linkHighlightMode</code> property.
|
|
132
|
+
</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 ">LinkContent</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>linkContent</code> property.</p>
|
|
133
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getLinkContent</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLinkHighlightMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Link<wbr/>Highlight<wbr/>Mode</span><a href="#getLinkHighlightMode" 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="getLinkHighlightMode.getLinkHighlightMode-1"><span class="tsd-kind-call-signature">get<wbr/>Link<wbr/>Highlight<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="#getLinkHighlightMode.getLinkHighlightMode-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>linkHighlightMode</code> property.
|
|
441
134
|
Defines link highlighting mode.</p>
|
|
442
|
-
</div>
|
|
443
|
-
<
|
|
444
|
-
<aside class="tsd-sources">
|
|
445
|
-
<p>Inherited from OjDiagramBase.getLinkHighlightMode</p></aside></li></ul></section>
|
|
446
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLinkProperties" class="tsd-anchor"></a>
|
|
447
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Link<wbr/>Properties</span><a href="#getLinkProperties" 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>
|
|
448
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
449
|
-
<li class="tsd-signature tsd-anchor-link" id="getLinkProperties.getLinkProperties-1"><span class="tsd-kind-call-signature">get<wbr/>Link<wbr/>Properties</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><a href="#getLinkProperties.getLinkProperties-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>
|
|
450
|
-
<li class="tsd-description">
|
|
451
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>linkProperties</code> property.
|
|
135
|
+
</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>linkHighlightMode</code> property.</p>
|
|
136
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getLinkHighlightMode</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLinkProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Link<wbr/>Properties</span><a href="#getLinkProperties" 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="getLinkProperties.getLinkProperties-1"><span class="tsd-kind-call-signature">get<wbr/>Link<wbr/>Properties</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><a href="#getLinkProperties.getLinkProperties-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>linkProperties</code> property.
|
|
452
137
|
Optional callback for customizing link appearance based on link data.</p>
|
|
453
|
-
|
|
454
|
-
<
|
|
455
|
-
</div>
|
|
456
|
-
<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></h4><p>The value of <code>linkProperties</code> property.</p>
|
|
457
|
-
<aside class="tsd-sources">
|
|
458
|
-
<p>Inherited from OjDiagramBase.getLinkProperties</p></aside></li></ul></section>
|
|
459
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocation" class="tsd-anchor"></a>
|
|
460
|
-
<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>
|
|
461
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
462
|
-
<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>
|
|
463
|
-
<li class="tsd-description">
|
|
464
|
-
<div class="tsd-comment tsd-typography">
|
|
465
|
-
<h3>Inherit Doc</h3></div>
|
|
466
|
-
<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">
|
|
467
|
-
<p>Inherited from OjDiagramBase.getLocation</p></aside></li></ul></section>
|
|
468
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getMaxZoom" class="tsd-anchor"></a>
|
|
469
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Max<wbr/>Zoom</span><a href="#getMaxZoom" 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>
|
|
470
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
471
|
-
<li class="tsd-signature tsd-anchor-link" id="getMaxZoom.getMaxZoom-1"><span class="tsd-kind-call-signature">get<wbr/>Max<wbr/>Zoom</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="#getMaxZoom.getMaxZoom-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>
|
|
472
|
-
<li class="tsd-description">
|
|
473
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>maxZoom</code> property.
|
|
138
|
+
</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></h4><p>The value of <code>linkProperties</code> property.</p>
|
|
139
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 6.0.0. See nodeData and linkData usage.</p>
|
|
140
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getLinkProperties</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 OjDiagramBase.getLocation</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getMaxZoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Max<wbr/>Zoom</span><a href="#getMaxZoom" 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="getMaxZoom.getMaxZoom-1"><span class="tsd-kind-call-signature">get<wbr/>Max<wbr/>Zoom</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="#getMaxZoom.getMaxZoom-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>maxZoom</code> property.
|
|
474
141
|
Specifies the maximum zoom level for this diagram.</p>
|
|
475
|
-
</div>
|
|
476
|
-
<
|
|
477
|
-
<aside class="tsd-sources">
|
|
478
|
-
<p>Inherited from OjDiagramBase.getMaxZoom</p></aside></li></ul></section>
|
|
479
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getMinZoom" class="tsd-anchor"></a>
|
|
480
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Min<wbr/>Zoom</span><a href="#getMinZoom" 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>
|
|
481
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
482
|
-
<li class="tsd-signature tsd-anchor-link" id="getMinZoom.getMinZoom-1"><span class="tsd-kind-call-signature">get<wbr/>Min<wbr/>Zoom</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="#getMinZoom.getMinZoom-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>
|
|
483
|
-
<li class="tsd-description">
|
|
484
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>minZoom</code> property.
|
|
142
|
+
</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>maxZoom</code> property.</p>
|
|
143
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getMaxZoom</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getMinZoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Min<wbr/>Zoom</span><a href="#getMinZoom" 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="getMinZoom.getMinZoom-1"><span class="tsd-kind-call-signature">get<wbr/>Min<wbr/>Zoom</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="#getMinZoom.getMinZoom-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>minZoom</code> property.
|
|
485
144
|
Specifies the minimum zoom level for this diagram.</p>
|
|
486
|
-
</div>
|
|
487
|
-
<
|
|
488
|
-
<aside class="tsd-sources">
|
|
489
|
-
<p>Inherited from OjDiagramBase.getMinZoom</p></aside></li></ul></section>
|
|
490
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getNodeContent" class="tsd-anchor"></a>
|
|
491
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Node<wbr/>Content</span><a href="#getNodeContent" 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>
|
|
492
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
493
|
-
<li class="tsd-signature tsd-anchor-link" id="getNodeContent.getNodeContent-1"><span class="tsd-kind-call-signature">get<wbr/>Node<wbr/>Content</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 ">NodeContent</span><span class="tsd-signature-symbol">></span><a href="#getNodeContent.getNodeContent-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>
|
|
494
|
-
<li class="tsd-description">
|
|
495
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>nodeContent</code> property.
|
|
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">number</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>minZoom</code> property.</p>
|
|
146
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getMinZoom</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getNodeContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Node<wbr/>Content</span><a href="#getNodeContent" 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="getNodeContent.getNodeContent-1"><span class="tsd-kind-call-signature">get<wbr/>Node<wbr/>Content</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 ">NodeContent</span><span class="tsd-signature-symbol">></span><a href="#getNodeContent.getNodeContent-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>nodeContent</code> property.
|
|
496
147
|
An object containing an optional callbacks function for node customization.</p>
|
|
497
|
-
</div>
|
|
498
|
-
<
|
|
499
|
-
<aside class="tsd-sources">
|
|
500
|
-
<p>Inherited from OjDiagramBase.getNodeContent</p></aside></li></ul></section>
|
|
501
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getNodeHighlightMode" class="tsd-anchor"></a>
|
|
502
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Node<wbr/>Highlight<wbr/>Mode</span><a href="#getNodeHighlightMode" 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>
|
|
503
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
504
|
-
<li class="tsd-signature tsd-anchor-link" id="getNodeHighlightMode.getNodeHighlightMode-1"><span class="tsd-kind-call-signature">get<wbr/>Node<wbr/>Highlight<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="#getNodeHighlightMode.getNodeHighlightMode-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>
|
|
505
|
-
<li class="tsd-description">
|
|
506
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>nodeHighlightMode</code> property.
|
|
148
|
+
</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 ">NodeContent</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>nodeContent</code> property.</p>
|
|
149
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getNodeContent</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getNodeHighlightMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Node<wbr/>Highlight<wbr/>Mode</span><a href="#getNodeHighlightMode" 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="getNodeHighlightMode.getNodeHighlightMode-1"><span class="tsd-kind-call-signature">get<wbr/>Node<wbr/>Highlight<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="#getNodeHighlightMode.getNodeHighlightMode-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>nodeHighlightMode</code> property.
|
|
507
150
|
Defines node highlighting mode.</p>
|
|
508
|
-
</div>
|
|
509
|
-
<
|
|
510
|
-
<aside class="tsd-sources">
|
|
511
|
-
<p>Inherited from OjDiagramBase.getNodeHighlightMode</p></aside></li></ul></section>
|
|
512
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getNodeProperties" class="tsd-anchor"></a>
|
|
513
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Node<wbr/>Properties</span><a href="#getNodeProperties" 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>
|
|
514
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
515
|
-
<li class="tsd-signature tsd-anchor-link" id="getNodeProperties.getNodeProperties-1"><span class="tsd-kind-call-signature">get<wbr/>Node<wbr/>Properties</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><a href="#getNodeProperties.getNodeProperties-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>
|
|
516
|
-
<li class="tsd-description">
|
|
517
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>nodeProperties</code> property.
|
|
151
|
+
</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>nodeHighlightMode</code> property.</p>
|
|
152
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getNodeHighlightMode</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getNodeProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Node<wbr/>Properties</span><a href="#getNodeProperties" 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="getNodeProperties.getNodeProperties-1"><span class="tsd-kind-call-signature">get<wbr/>Node<wbr/>Properties</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><a href="#getNodeProperties.getNodeProperties-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>nodeProperties</code> property.
|
|
518
153
|
Optional callback for customizing node appearance based on node data.</p>
|
|
519
|
-
|
|
520
|
-
<
|
|
521
|
-
</div>
|
|
522
|
-
<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></h4><p>The value of <code>nodeProperties</code> property.</p>
|
|
523
|
-
<aside class="tsd-sources">
|
|
524
|
-
<p>Inherited from OjDiagramBase.getNodeProperties</p></aside></li></ul></section>
|
|
525
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getOverview" class="tsd-anchor"></a>
|
|
526
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Overview</span><a href="#getOverview" 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>
|
|
527
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
528
|
-
<li class="tsd-signature tsd-anchor-link" id="getOverview.getOverview-1"><span class="tsd-kind-call-signature">get<wbr/>Overview</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 ">Overview</span><span class="tsd-signature-symbol">></span><a href="#getOverview.getOverview-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>
|
|
529
|
-
<li class="tsd-description">
|
|
530
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>overview</code> property.
|
|
154
|
+
</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></h4><p>The value of <code>nodeProperties</code> property.</p>
|
|
155
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 6.0.0. See nodeData and linkData usage.</p>
|
|
156
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getNodeProperties</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getOverview" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Overview</span><a href="#getOverview" 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="getOverview.getOverview-1"><span class="tsd-kind-call-signature">get<wbr/>Overview</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 ">Overview</span><span class="tsd-signature-symbol">></span><a href="#getOverview.getOverview-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>overview</code> property.
|
|
531
157
|
An object, used to define a diagram overview. If not specified, no overview will be shown.</p>
|
|
532
|
-
</div>
|
|
533
|
-
<
|
|
534
|
-
<aside class="tsd-sources">
|
|
535
|
-
<p>Inherited from OjDiagramBase.getOverview</p></aside></li></ul></section>
|
|
536
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPanDirection" class="tsd-anchor"></a>
|
|
537
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Pan<wbr/>Direction</span><a href="#getPanDirection" 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>
|
|
538
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
539
|
-
<li class="tsd-signature tsd-anchor-link" id="getPanDirection.getPanDirection-1"><span class="tsd-kind-call-signature">get<wbr/>Pan<wbr/>Direction</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="#getPanDirection.getPanDirection-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>
|
|
540
|
-
<li class="tsd-description">
|
|
541
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>panDirection</code> property.
|
|
158
|
+
</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 ">Overview</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>overview</code> property.</p>
|
|
159
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getOverview</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPanDirection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Pan<wbr/>Direction</span><a href="#getPanDirection" 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="getPanDirection.getPanDirection-1"><span class="tsd-kind-call-signature">get<wbr/>Pan<wbr/>Direction</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="#getPanDirection.getPanDirection-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>panDirection</code> property.
|
|
542
160
|
Specifies if panning allowed in horizontal and vertical directions.</p>
|
|
543
|
-
</div>
|
|
544
|
-
<
|
|
545
|
-
<aside class="tsd-sources">
|
|
546
|
-
<p>Inherited from OjDiagramBase.getPanDirection</p></aside></li></ul></section>
|
|
547
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPanZoomState" class="tsd-anchor"></a>
|
|
548
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Pan<wbr/>Zoom<wbr/>State</span><a href="#getPanZoomState" 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>
|
|
549
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
550
|
-
<li class="tsd-signature tsd-anchor-link" id="getPanZoomState.getPanZoomState-1"><span class="tsd-kind-call-signature">get<wbr/>Pan<wbr/>Zoom<wbr/>State</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 ">PanZoomState</span><span class="tsd-signature-symbol">></span><a href="#getPanZoomState.getPanZoomState-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>
|
|
551
|
-
<li class="tsd-description">
|
|
552
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>panZoomState</code> property.
|
|
161
|
+
</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>panDirection</code> property.</p>
|
|
162
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getPanDirection</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPanZoomState" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Pan<wbr/>Zoom<wbr/>State</span><a href="#getPanZoomState" 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="getPanZoomState.getPanZoomState-1"><span class="tsd-kind-call-signature">get<wbr/>Pan<wbr/>Zoom<wbr/>State</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 ">PanZoomState</span><span class="tsd-signature-symbol">></span><a href="#getPanZoomState.getPanZoomState-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>panZoomState</code> property.
|
|
553
163
|
A writeback object that contains properties zoom, centerX, and centerY that represent the panZoomState</p>
|
|
554
|
-
</div>
|
|
555
|
-
<
|
|
556
|
-
<aside class="tsd-sources">
|
|
557
|
-
<p>Inherited from OjDiagramBase.getPanZoomState</p></aside></li></ul></section>
|
|
558
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPanning" class="tsd-anchor"></a>
|
|
559
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Panning</span><a href="#getPanning" 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>
|
|
560
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
561
|
-
<li class="tsd-signature tsd-anchor-link" id="getPanning.getPanning-1"><span class="tsd-kind-call-signature">get<wbr/>Panning</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="#getPanning.getPanning-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>
|
|
562
|
-
<li class="tsd-description">
|
|
563
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>panning</code> property.
|
|
164
|
+
</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 ">PanZoomState</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>panZoomState</code> property.</p>
|
|
165
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getPanZoomState</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPanning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Panning</span><a href="#getPanning" 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="getPanning.getPanning-1"><span class="tsd-kind-call-signature">get<wbr/>Panning</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="#getPanning.getPanning-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>panning</code> property.
|
|
564
166
|
Specifies whether panning is allowed in Diagram.</p>
|
|
565
|
-
</div>
|
|
566
|
-
<
|
|
567
|
-
<aside class="tsd-sources">
|
|
568
|
-
<p>Inherited from OjDiagramBase.getPanning</p></aside></li></ul></section>
|
|
569
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPromotedLinkBehavior" class="tsd-anchor"></a>
|
|
570
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Promoted<wbr/>Link<wbr/>Behavior</span><a href="#getPromotedLinkBehavior" 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>
|
|
571
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
572
|
-
<li class="tsd-signature tsd-anchor-link" id="getPromotedLinkBehavior.getPromotedLinkBehavior-1"><span class="tsd-kind-call-signature">get<wbr/>Promoted<wbr/>Link<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="#getPromotedLinkBehavior.getPromotedLinkBehavior-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>
|
|
573
|
-
<li class="tsd-description">
|
|
574
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>promotedLinkBehavior</code> property.
|
|
167
|
+
</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>panning</code> property.</p>
|
|
168
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getPanning</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPromotedLinkBehavior" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Promoted<wbr/>Link<wbr/>Behavior</span><a href="#getPromotedLinkBehavior" 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="getPromotedLinkBehavior.getPromotedLinkBehavior-1"><span class="tsd-kind-call-signature">get<wbr/>Promoted<wbr/>Link<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="#getPromotedLinkBehavior.getPromotedLinkBehavior-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>promotedLinkBehavior</code> property.
|
|
575
169
|
Defines promoted link behavior for the component.</p>
|
|
576
|
-
</div>
|
|
577
|
-
<
|
|
578
|
-
<aside class="tsd-sources">
|
|
579
|
-
<p>Inherited from OjDiagramBase.getPromotedLinkBehavior</p></aside></li></ul></section>
|
|
580
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getProperty" class="tsd-anchor"></a>
|
|
581
|
-
<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>
|
|
582
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
583
|
-
<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>
|
|
584
|
-
<li class="tsd-description">
|
|
585
|
-
<div class="tsd-comment tsd-typography"><p>Get a named property value from this component. This function
|
|
170
|
+
</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>promotedLinkBehavior</code> property.</p>
|
|
171
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getPromotedLinkBehavior</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
|
|
586
172
|
will wait for the application's busy context to complete before
|
|
587
173
|
attempting to get the property value.</p>
|
|
588
|
-
</div>
|
|
589
|
-
<
|
|
590
|
-
<h4>
|
|
591
|
-
<ul class="tsd-type-parameter-list">
|
|
592
|
-
<li>
|
|
593
|
-
<h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">string</span></h4></li></ul></section>
|
|
594
|
-
<div class="tsd-parameters">
|
|
595
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
596
|
-
<ul class="tsd-parameter-list">
|
|
597
|
-
<li>
|
|
598
|
-
<h5><span class="tsd-kind-parameter">propertyName</span>: <span class="tsd-signature-type">string</span></h5>
|
|
599
|
-
<div class="tsd-comment tsd-typography"><p>The name of the property</p>
|
|
600
|
-
</div></li></ul></div>
|
|
601
|
-
<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>
|
|
602
|
-
<aside class="tsd-sources">
|
|
603
|
-
<p>Inherited from OjDiagramBase.getProperty</p></aside></li></ul></section>
|
|
604
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRect" class="tsd-anchor"></a>
|
|
605
|
-
<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>
|
|
606
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
607
|
-
<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>
|
|
608
|
-
<li class="tsd-description">
|
|
609
|
-
<div class="tsd-comment tsd-typography">
|
|
610
|
-
<h3>Inherit Doc</h3></div>
|
|
611
|
-
<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">
|
|
612
|
-
<p>Inherited from OjDiagramBase.getRect</p></aside></li></ul></section>
|
|
613
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRenderer" class="tsd-anchor"></a>
|
|
614
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Renderer</span><a href="#getRenderer" 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>
|
|
615
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
616
|
-
<li class="tsd-signature tsd-anchor-link" id="getRenderer.getRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Renderer</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><a href="#getRenderer.getRenderer-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>
|
|
617
|
-
<li class="tsd-description">
|
|
618
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>renderer</code> property.
|
|
174
|
+
</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>
|
|
175
|
+
</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>
|
|
176
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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 OjDiagramBase.getRect</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRenderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Renderer</span><a href="#getRenderer" 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="getRenderer.getRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Renderer</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><a href="#getRenderer.getRenderer-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>renderer</code> property.
|
|
619
177
|
Specifies custom renderer for the diagram nodes used for initial rendering.</p>
|
|
620
|
-
|
|
621
|
-
<
|
|
622
|
-
</div>
|
|
623
|
-
<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></h4><p>The value of <code>renderer</code> property.</p>
|
|
624
|
-
<aside class="tsd-sources">
|
|
625
|
-
<p>Inherited from OjDiagramBase.getRenderer</p></aside></li></ul></section>
|
|
626
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelection" class="tsd-anchor"></a>
|
|
627
|
-
<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>
|
|
628
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
629
|
-
<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>
|
|
630
|
-
<li class="tsd-description">
|
|
631
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>selection</code> property.
|
|
178
|
+
</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></h4><p>The value of <code>renderer</code> property.</p>
|
|
179
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 8.0.0. Use nodeContent.renderer instead.</p>
|
|
180
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getRenderer</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.
|
|
632
181
|
An array containing the ids of the selected nodes and links.</p>
|
|
633
|
-
</div>
|
|
634
|
-
<
|
|
635
|
-
<aside class="tsd-sources">
|
|
636
|
-
<p>Inherited from OjDiagramBase.getSelection</p></aside></li></ul></section>
|
|
637
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelectionMode" class="tsd-anchor"></a>
|
|
638
|
-
<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>
|
|
639
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
640
|
-
<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>
|
|
641
|
-
<li class="tsd-description">
|
|
642
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>selectionMode</code> property.
|
|
182
|
+
</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>
|
|
183
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
643
184
|
Specifies the selection behavior on the diagram. See the Help documentation for more information.</p>
|
|
644
|
-
</div>
|
|
645
|
-
<
|
|
646
|
-
<aside class="tsd-sources">
|
|
647
|
-
<p>Inherited from OjDiagramBase.getSelectionMode</p></aside></li></ul></section>
|
|
648
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelectionRenderer" class="tsd-anchor"></a>
|
|
649
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Selection<wbr/>Renderer</span><a href="#getSelectionRenderer" 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>
|
|
650
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
651
|
-
<li class="tsd-signature tsd-anchor-link" id="getSelectionRenderer.getSelectionRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Selection<wbr/>Renderer</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><a href="#getSelectionRenderer.getSelectionRenderer-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>
|
|
652
|
-
<li class="tsd-description">
|
|
653
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>selectionRenderer</code> property.
|
|
185
|
+
</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>
|
|
186
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getSelectionMode</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSelectionRenderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Selection<wbr/>Renderer</span><a href="#getSelectionRenderer" 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="getSelectionRenderer.getSelectionRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Selection<wbr/>Renderer</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><a href="#getSelectionRenderer.getSelectionRenderer-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>selectionRenderer</code> property.
|
|
654
187
|
Specifies custom renderer for the diagram nodes used for selection updates.</p>
|
|
655
|
-
|
|
656
|
-
<
|
|
657
|
-
</div>
|
|
658
|
-
|
|
659
|
-
<aside class="tsd-sources">
|
|
660
|
-
<p>Inherited from OjDiagramBase.getSelectionRenderer</p></aside></li></ul></section>
|
|
661
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getShadowRoot" class="tsd-anchor"></a>
|
|
662
|
-
<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>
|
|
663
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
664
|
-
<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>
|
|
665
|
-
<li class="tsd-description">
|
|
666
|
-
<div class="tsd-comment tsd-typography"><p>Get the shadow root of the current web element.</p>
|
|
667
|
-
</div>
|
|
668
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">ShadowRootPromise</span></h4><p>A promise that will be
|
|
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">null</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>selectionRenderer</code> property.</p>
|
|
189
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 8.0.0. Use nodeContent.selectionRenderer instead.</p>
|
|
190
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getSelectionRenderer</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>
|
|
191
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">ShadowRootPromise</span></h4><p>A promise that will be
|
|
669
192
|
resolved with the elements shadow root or rejected
|
|
670
193
|
with NoSuchShadowRootError</p>
|
|
671
|
-
<aside class="tsd-sources">
|
|
672
|
-
<p>Inherited from OjDiagramBase.getShadowRoot</p></aside></li></ul></section>
|
|
673
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSize" class="tsd-anchor"></a>
|
|
674
|
-
<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>
|
|
675
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
676
|
-
<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>
|
|
677
|
-
<li class="tsd-description">
|
|
678
|
-
<div class="tsd-comment tsd-typography">
|
|
679
|
-
<h3>Inherit Doc</h3></div>
|
|
680
|
-
<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">
|
|
681
|
-
<p>Inherited from OjDiagramBase.getSize</p></aside></li></ul></section>
|
|
682
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getStyleDefaults" class="tsd-anchor"></a>
|
|
683
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Style<wbr/>Defaults</span><a href="#getStyleDefaults" 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>
|
|
684
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
685
|
-
<li class="tsd-signature tsd-anchor-link" id="getStyleDefaults.getStyleDefaults-1"><span class="tsd-kind-call-signature">get<wbr/>Style<wbr/>Defaults</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 ">StyleDefaults</span><span class="tsd-signature-symbol">></span><a href="#getStyleDefaults.getStyleDefaults-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>
|
|
686
|
-
<li class="tsd-description">
|
|
687
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>styleDefaults</code> property.
|
|
194
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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 OjDiagramBase.getSize</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getStyleDefaults" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Style<wbr/>Defaults</span><a href="#getStyleDefaults" 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="getStyleDefaults.getStyleDefaults-1"><span class="tsd-kind-call-signature">get<wbr/>Style<wbr/>Defaults</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 ">StyleDefaults</span><span class="tsd-signature-symbol">></span><a href="#getStyleDefaults.getStyleDefaults-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>styleDefaults</code> property.
|
|
688
195
|
An object defining the style defaults for this diagram.</p>
|
|
689
|
-
</div>
|
|
690
|
-
<
|
|
691
|
-
<
|
|
692
|
-
<p>Inherited from OjDiagramBase.getStyleDefaults</p></aside></li></ul></section>
|
|
693
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getTagName" class="tsd-anchor"></a>
|
|
694
|
-
<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>
|
|
695
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
696
|
-
<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>
|
|
697
|
-
<li class="tsd-description">
|
|
698
|
-
<div class="tsd-comment tsd-typography"><p>Schedules a command to query for the tag/node name of this element.</p>
|
|
699
|
-
</div>
|
|
700
|
-
<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
|
|
196
|
+
</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 ">StyleDefaults</span><span class="tsd-signature-symbol">></span></h4><p>The value of <code>styleDefaults</code> property.</p>
|
|
197
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getStyleDefaults</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>
|
|
198
|
+
</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
|
|
701
199
|
resolved with the element's tag name.</p>
|
|
702
|
-
<aside class="tsd-sources">
|
|
703
|
-
<p>Inherited from OjDiagramBase.getTagName</p></aside></li></ul></section>
|
|
704
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getText" class="tsd-anchor"></a>
|
|
705
|
-
<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>
|
|
706
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
707
|
-
<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>
|
|
708
|
-
<li class="tsd-description">
|
|
709
|
-
<div class="tsd-comment tsd-typography">
|
|
710
|
-
<h3>Inherit Doc</h3></div>
|
|
711
|
-
<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">
|
|
712
|
-
<p>Inherited from OjDiagramBase.getText</p></aside></li></ul></section>
|
|
713
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTooltip" class="tsd-anchor"></a>
|
|
714
|
-
<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>
|
|
715
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
716
|
-
<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>
|
|
717
|
-
<li class="tsd-description">
|
|
718
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>tooltip</code> property.
|
|
200
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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 OjDiagramBase.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.
|
|
719
201
|
An object containing an optional callback function for tooltip customization.</p>
|
|
720
|
-
</div>
|
|
721
|
-
<
|
|
722
|
-
<aside class="tsd-sources">
|
|
723
|
-
<p>Inherited from OjDiagramBase.getTooltip</p></aside></li></ul></section>
|
|
724
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTouchResponse" class="tsd-anchor"></a>
|
|
725
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Touch<wbr/>Response</span><a href="#getTouchResponse" 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="getTouchResponse.getTouchResponse-1"><span class="tsd-kind-call-signature">get<wbr/>Touch<wbr/>Response</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="#getTouchResponse.getTouchResponse-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>Gets the value of <code>touchResponse</code> property.
|
|
202
|
+
</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>
|
|
203
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getTooltip</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTouchResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Touch<wbr/>Response</span><a href="#getTouchResponse" 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="getTouchResponse.getTouchResponse-1"><span class="tsd-kind-call-signature">get<wbr/>Touch<wbr/>Response</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="#getTouchResponse.getTouchResponse-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>touchResponse</code> property.
|
|
730
204
|
Specifies touch response behavior.</p>
|
|
731
|
-
</div>
|
|
732
|
-
<
|
|
733
|
-
<aside class="tsd-sources">
|
|
734
|
-
<p>Inherited from OjDiagramBase.getTouchResponse</p></aside></li></ul></section>
|
|
735
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTrackResize" class="tsd-anchor"></a>
|
|
736
|
-
<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>
|
|
737
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
738
|
-
<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>
|
|
739
|
-
<li class="tsd-description">
|
|
740
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>trackResize</code> property.
|
|
205
|
+
</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>touchResponse</code> property.</p>
|
|
206
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getTouchResponse</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.
|
|
741
207
|
Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.</p>
|
|
742
|
-
</div>
|
|
743
|
-
<
|
|
744
|
-
<aside class="tsd-sources">
|
|
745
|
-
<p>Inherited from OjDiagramBase.getTrackResize</p></aside></li></ul></section>
|
|
746
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTranslations" class="tsd-anchor"></a>
|
|
747
|
-
<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>
|
|
748
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
749
|
-
<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>
|
|
750
|
-
<li class="tsd-description">
|
|
751
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>translations</code> property.
|
|
208
|
+
</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>
|
|
209
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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.
|
|
752
210
|
A collection of translated resources from the translation bundle, or null if this component has no resources.</p>
|
|
753
|
-
</div>
|
|
754
|
-
<
|
|
755
|
-
<aside class="tsd-sources">
|
|
756
|
-
<p>Inherited from OjDiagramBase.getTranslations</p></aside></li></ul></section>
|
|
757
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getZoomRenderer" class="tsd-anchor"></a>
|
|
758
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Zoom<wbr/>Renderer</span><a href="#getZoomRenderer" 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>
|
|
759
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
760
|
-
<li class="tsd-signature tsd-anchor-link" id="getZoomRenderer.getZoomRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Zoom<wbr/>Renderer</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><a href="#getZoomRenderer.getZoomRenderer-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>
|
|
761
|
-
<li class="tsd-description">
|
|
762
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>zoomRenderer</code> property.
|
|
211
|
+
</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>
|
|
212
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getTranslations</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getZoomRenderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get<wbr/>Zoom<wbr/>Renderer</span><a href="#getZoomRenderer" 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="getZoomRenderer.getZoomRenderer-1"><span class="tsd-kind-call-signature">get<wbr/>Zoom<wbr/>Renderer</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><a href="#getZoomRenderer.getZoomRenderer-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>zoomRenderer</code> property.
|
|
763
213
|
Specifies custom renderer for the diagram nodes used for zoom updates.</p>
|
|
764
|
-
|
|
765
|
-
<
|
|
766
|
-
</div>
|
|
767
|
-
<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></h4><p>The value of <code>zoomRenderer</code> property.</p>
|
|
768
|
-
<aside class="tsd-sources">
|
|
769
|
-
<p>Inherited from OjDiagramBase.getZoomRenderer</p></aside></li></ul></section>
|
|
770
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getZooming" class="tsd-anchor"></a>
|
|
771
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Zooming</span><a href="#getZooming" 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>
|
|
772
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
773
|
-
<li class="tsd-signature tsd-anchor-link" id="getZooming.getZooming-1"><span class="tsd-kind-call-signature">get<wbr/>Zooming</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="#getZooming.getZooming-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>
|
|
774
|
-
<li class="tsd-description">
|
|
775
|
-
<div class="tsd-comment tsd-typography"><p>Gets the value of <code>zooming</code> property.
|
|
214
|
+
</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></h4><p>The value of <code>zoomRenderer</code> property.</p>
|
|
215
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 8.0.0. Use nodeContent.zoomRenderer instead.</p>
|
|
216
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getZoomRenderer</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getZooming" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Zooming</span><a href="#getZooming" 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="getZooming.getZooming-1"><span class="tsd-kind-call-signature">get<wbr/>Zooming</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="#getZooming.getZooming-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>zooming</code> property.
|
|
776
217
|
Specifies whether zooming is allowed in Diagram.</p>
|
|
777
|
-
</div>
|
|
778
|
-
<
|
|
779
|
-
<aside class="tsd-sources">
|
|
780
|
-
<p>Inherited from OjDiagramBase.getZooming</p></aside></li></ul></section>
|
|
781
|
-
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="hasSize" class="tsd-anchor"></a>
|
|
782
|
-
<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>
|
|
783
|
-
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
784
|
-
<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>
|
|
785
|
-
<li class="tsd-description">
|
|
786
|
-
<div class="tsd-comment tsd-typography"><p>Create a wait condition that is satisfied when the element's
|
|
218
|
+
</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>zooming</code> property.</p>
|
|
219
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.getZooming</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
|
|
787
220
|
DOM has a non-zero size.</p>
|
|
788
|
-
|
|
789
|
-
<h3>Deprecated</h3><p>Since 11.0.0. Call the appropriate WebElement method to test
|
|
790
|
-
the size of the element.</p>
|
|
791
|
-
</div>
|
|
792
|
-
<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()
|
|
221
|
+
</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()
|
|
793
222
|
that's satisfied when the element's DOM has a non-zero size.</p>
|
|
794
|
-
<
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
<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>
|
|
798
|
-
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
799
|
-
<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>
|
|
800
|
-
<li class="tsd-description">
|
|
801
|
-
<div class="tsd-comment tsd-typography"><p>Create a wait condition that is satisfid when the element is
|
|
223
|
+
<div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>Since 11.0.0. Call the appropriate WebElement method to test
|
|
224
|
+
the size of the element.</p>
|
|
225
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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
|
|
802
226
|
visible. The condition is satisfied when the element is displayed,
|
|
803
|
-
as reported by
|
|
227
|
+
as reported by #isDisplayed, and is scrolled into view.
|
|
804
228
|
This is method is deprecated. Use WebElement.isDisplayed instead to
|
|
805
229
|
test the display of the element, and scroll it into view if necessary.</p>
|
|
806
|
-
|
|
807
|
-
<h3>Deprecated</h3></div>
|
|
808
|
-
<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">
|
|
809
|
-
<p>Inherited from OjDiagramBase.hasVisibility</p></aside></li></ul></section>
|
|
810
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isDisplayed" class="tsd-anchor"></a>
|
|
811
|
-
<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>
|
|
812
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
813
|
-
<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>
|
|
814
|
-
<li class="tsd-description">
|
|
815
|
-
<div class="tsd-comment tsd-typography">
|
|
816
|
-
<h3>Inherit Doc</h3></div>
|
|
817
|
-
<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">
|
|
818
|
-
<p>Inherited from OjDiagramBase.isDisplayed</p></aside></li></ul></section>
|
|
819
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isEnabled" class="tsd-anchor"></a>
|
|
820
|
-
<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>
|
|
821
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
822
|
-
<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>
|
|
823
|
-
<li class="tsd-description">
|
|
824
|
-
<div class="tsd-comment tsd-typography">
|
|
825
|
-
<h3>Inherit Doc</h3></div>
|
|
826
|
-
<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">
|
|
827
|
-
<p>Inherited from OjDiagramBase.isEnabled</p></aside></li></ul></section>
|
|
828
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isSelected" class="tsd-anchor"></a>
|
|
829
|
-
<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>
|
|
830
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
831
|
-
<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>
|
|
832
|
-
<li class="tsd-description">
|
|
833
|
-
<div class="tsd-comment tsd-typography">
|
|
834
|
-
<h3>Inherit Doc</h3></div>
|
|
835
|
-
<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">
|
|
836
|
-
<p>Inherited from OjDiagramBase.isSelected</p></aside></li></ul></section>
|
|
837
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="sendKeys" class="tsd-anchor"></a>
|
|
838
|
-
<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>
|
|
839
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
840
|
-
<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>
|
|
841
|
-
<li class="tsd-description">
|
|
842
|
-
<div class="tsd-comment tsd-typography">
|
|
843
|
-
<h3>Inherit Doc</h3></div>
|
|
844
|
-
<div class="tsd-parameters">
|
|
845
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
846
|
-
<ul class="tsd-parameter-list">
|
|
847
|
-
<li>
|
|
848
|
-
<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>
|
|
849
|
-
<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">
|
|
850
|
-
<p>Inherited from OjDiagramBase.sendKeys</p></aside></li></ul></section>
|
|
851
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="serialize" class="tsd-anchor"></a>
|
|
852
|
-
<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>
|
|
853
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
854
|
-
<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>
|
|
855
|
-
<li class="tsd-description">
|
|
856
|
-
<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">
|
|
857
|
-
<p>Inherited from OjDiagramBase.serialize</p></aside></li></ul></section>
|
|
858
|
-
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="setProperty" class="tsd-anchor"></a>
|
|
859
|
-
<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>
|
|
860
|
-
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
861
|
-
<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>
|
|
862
|
-
<li class="tsd-description">
|
|
863
|
-
<div class="tsd-comment tsd-typography"><p>Set a property value on the remote element. This function first waits for
|
|
230
|
+
</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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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
|
|
864
231
|
the BusyContext to clear before setting the property, then after setting,
|
|
865
232
|
waits again to ensure that no additional busy states were created due to
|
|
866
233
|
the property setting.</p>
|
|
867
|
-
</div>
|
|
868
|
-
<
|
|
869
|
-
|
|
870
|
-
<ul class="tsd-type-parameter-list">
|
|
871
|
-
<li>
|
|
872
|
-
<h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">string</span></h4></li></ul></section>
|
|
873
|
-
<div class="tsd-parameters">
|
|
874
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
875
|
-
<ul class="tsd-parameter-list">
|
|
876
|
-
<li>
|
|
877
|
-
<h5><span class="tsd-kind-parameter">propertyName</span>: <span class="tsd-signature-type">string</span></h5>
|
|
878
|
-
<div class="tsd-comment tsd-typography"><p>The property name to set</p>
|
|
879
|
-
</div></li>
|
|
880
|
-
<li>
|
|
881
|
-
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5>
|
|
882
|
-
<div class="tsd-comment tsd-typography"><p>The value to set for the property</p>
|
|
883
|
-
</div></li></ul></div>
|
|
884
|
-
<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
|
|
234
|
+
</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>
|
|
235
|
+
</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>
|
|
236
|
+
</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
|
|
885
237
|
property has been set to the value. Any value returned from
|
|
886
238
|
the call to set the remote property is returned in the Promise.</p>
|
|
887
|
-
<aside class="tsd-sources">
|
|
888
|
-
<p>Inherited from OjDiagramBase.setProperty</p></aside></li></ul></section>
|
|
889
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="submit" class="tsd-anchor"></a>
|
|
890
|
-
<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>
|
|
891
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
892
|
-
<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>
|
|
893
|
-
<li class="tsd-description">
|
|
894
|
-
<div class="tsd-comment tsd-typography">
|
|
895
|
-
<h3>Inherit Doc</h3></div>
|
|
896
|
-
<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">
|
|
897
|
-
<p>Inherited from OjDiagramBase.submit</p></aside></li></ul></section>
|
|
898
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="takeScreenshot" class="tsd-anchor"></a>
|
|
899
|
-
<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>
|
|
900
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
901
|
-
<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>
|
|
902
|
-
<li class="tsd-description">
|
|
903
|
-
<div class="tsd-comment tsd-typography">
|
|
904
|
-
<h3>Inherit Doc</h3></div>
|
|
905
|
-
<div class="tsd-parameters">
|
|
906
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
907
|
-
<ul class="tsd-parameter-list">
|
|
908
|
-
<li>
|
|
909
|
-
<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>
|
|
910
|
-
<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">
|
|
911
|
-
<p>Inherited from OjDiagramBase.takeScreenshot</p></aside></li></ul></section>
|
|
912
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="whenBusyContextReady" class="tsd-anchor"></a>
|
|
913
|
-
<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>
|
|
914
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
915
|
-
<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>
|
|
916
|
-
<li class="tsd-description">
|
|
917
|
-
<div class="tsd-comment tsd-typography"><p>Returns a Promise that is resolved when the application's busy
|
|
239
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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 OjDiagramBase.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 OjDiagramBase.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
|
|
918
240
|
state reports ready. This method checks only that the application's busy
|
|
919
241
|
context is ready, and not that the DOM element is actually displayed or has
|
|
920
|
-
a physical size, such as is the case with
|
|
242
|
+
a physical size, such as is the case with #whenReady. Operations
|
|
921
243
|
which are read-only in nature should call this method prior to execution.</p>
|
|
922
|
-
</div>
|
|
923
|
-
<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
|
|
244
|
+
</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
|
|
924
245
|
page's busy state is ready.</p>
|
|
925
|
-
<aside class="tsd-sources">
|
|
926
|
-
<p>Inherited from OjDiagramBase.whenBusyContextReady</p></aside></li></ul></section>
|
|
927
|
-
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="whenReady" class="tsd-anchor"></a>
|
|
928
|
-
<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>
|
|
929
|
-
<ul class="tsd-signatures tsd-is-inherited">
|
|
930
|
-
<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>
|
|
931
|
-
<li class="tsd-description">
|
|
932
|
-
<div class="tsd-comment tsd-typography"><p>Returns a Promise that is resolved when the element is ready
|
|
246
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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
|
|
933
247
|
for interaction--it is visible, has a size, and the app's
|
|
934
248
|
busy context is ready. Operations on the DOM which rely on its physical
|
|
935
249
|
location and size to be in a "ready" state should use this command, such as
|
|
936
250
|
clicking, sending keys, locating child elements, and so on.</p>
|
|
937
|
-
</div>
|
|
938
|
-
<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
|
|
251
|
+
</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
|
|
939
252
|
are met.</p>
|
|
940
|
-
<aside class="tsd-sources">
|
|
941
|
-
<
|
|
942
|
-
|
|
943
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
948
|
-
<div class="tsd-parameters">
|
|
949
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
950
|
-
<ul class="tsd-parameter-list">
|
|
951
|
-
<li>
|
|
952
|
-
<h5><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></h5>
|
|
953
|
-
<div class="tsd-comment tsd-typography"><p>The raw ID.</p>
|
|
954
|
-
</div></li>
|
|
955
|
-
<li>
|
|
956
|
-
<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>
|
|
957
|
-
<div class="tsd-comment tsd-typography"><p>Whether to exclude the legacy element key.</p>
|
|
958
|
-
</div></li></ul></div>
|
|
959
|
-
<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>
|
|
960
|
-
<aside class="tsd-sources">
|
|
961
|
-
<p>Inherited from OjDiagramBase.buildId</p></aside></li></ul></section>
|
|
962
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="equals" class="tsd-anchor"></a>
|
|
963
|
-
<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>
|
|
964
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
965
|
-
<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>
|
|
966
|
-
<li class="tsd-description">
|
|
967
|
-
<div class="tsd-comment tsd-typography"><p>Compares two WebElements for equality.</p>
|
|
968
|
-
</div>
|
|
969
|
-
<div class="tsd-parameters">
|
|
970
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
971
|
-
<ul class="tsd-parameter-list">
|
|
972
|
-
<li>
|
|
973
|
-
<h5><span class="tsd-kind-parameter">a</span>: <span class="tsd-signature-type ">WebElement</span></h5>
|
|
974
|
-
<div class="tsd-comment tsd-typography"><p>A WebElement.</p>
|
|
975
|
-
</div></li>
|
|
976
|
-
<li>
|
|
977
|
-
<h5><span class="tsd-kind-parameter">b</span>: <span class="tsd-signature-type ">WebElement</span></h5>
|
|
978
|
-
<div class="tsd-comment tsd-typography"><p>A WebElement.</p>
|
|
979
|
-
</div></li></ul></div>
|
|
980
|
-
<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
|
|
253
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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>
|
|
254
|
+
</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>
|
|
255
|
+
</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>
|
|
256
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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>
|
|
257
|
+
</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>
|
|
258
|
+
</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>
|
|
259
|
+
</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
|
|
981
260
|
resolved to whether the two WebElements are equal.</p>
|
|
982
|
-
<aside class="tsd-sources">
|
|
983
|
-
<p>
|
|
984
|
-
|
|
985
|
-
<
|
|
986
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
987
|
-
|
|
988
|
-
<li class="tsd-description">
|
|
989
|
-
<div class="tsd-comment tsd-typography"><p>Extracts the encoded WebElement ID from the object.</p>
|
|
990
|
-
|
|
991
|
-
<h3>Throws</h3><p>if the object is not a valid encoded ID.</p>
|
|
992
|
-
</div>
|
|
993
|
-
<div class="tsd-parameters">
|
|
994
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
995
|
-
<ul class="tsd-parameter-list">
|
|
996
|
-
<li>
|
|
997
|
-
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type ">IWebElementId</span></h5>
|
|
998
|
-
<div class="tsd-comment tsd-typography"><p>The object to extract the ID from.</p>
|
|
999
|
-
</div></li></ul></div>
|
|
1000
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>the extracted ID.</p>
|
|
1001
|
-
<aside class="tsd-sources">
|
|
1002
|
-
<p>Inherited from OjDiagramBase.extractId</p></aside></li></ul></section>
|
|
1003
|
-
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="isId" class="tsd-anchor"></a>
|
|
1004
|
-
<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>
|
|
1005
|
-
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
1006
|
-
<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>
|
|
1007
|
-
<li class="tsd-description">
|
|
1008
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
1009
|
-
<div class="tsd-parameters">
|
|
1010
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1011
|
-
<ul class="tsd-parameter-list">
|
|
1012
|
-
<li>
|
|
1013
|
-
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type ">IWebElementId</span></h5>
|
|
1014
|
-
<div class="tsd-comment tsd-typography"><p>the object to test.</p>
|
|
1015
|
-
</div></li></ul></div>
|
|
1016
|
-
<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>
|
|
1017
|
-
<aside class="tsd-sources">
|
|
1018
|
-
<p>Inherited from OjDiagramBase.isId</p></aside></li></ul></section></section></div>
|
|
1019
|
-
<div class="col-sidebar">
|
|
1020
|
-
<div class="page-menu">
|
|
1021
|
-
<div class="tsd-navigation settings">
|
|
1022
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
1023
|
-
<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>
|
|
1024
|
-
<div class="tsd-accordion-details">
|
|
1025
|
-
<div class="tsd-filter-visibility">
|
|
1026
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
1027
|
-
<ul id="tsd-filter-options">
|
|
1028
|
-
<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>
|
|
1029
|
-
<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>
|
|
1030
|
-
<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>
|
|
1031
|
-
<div class="tsd-theme-toggle">
|
|
1032
|
-
<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>
|
|
1033
|
-
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
1034
|
-
<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>
|
|
1035
|
-
<div class="tsd-accordion-details">
|
|
1036
|
-
<ul>
|
|
1037
|
-
<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>
|
|
1038
|
-
<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>
|
|
1039
|
-
<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>
|
|
1040
|
-
<li><a href="#changePanZoomState" 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/>Pan<wbr/>Zoom<wbr/>State</span></a></li>
|
|
1041
|
-
<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>
|
|
1042
|
-
<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>
|
|
1043
|
-
<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>
|
|
1044
|
-
<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>
|
|
1045
|
-
<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>
|
|
1046
|
-
<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>
|
|
1047
|
-
<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>
|
|
1048
|
-
<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>
|
|
1049
|
-
<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>
|
|
1050
|
-
<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>
|
|
1051
|
-
<li><a href="#getDnd" 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/>Dnd</span></a></li>
|
|
1052
|
-
<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>
|
|
1053
|
-
<li><a href="#getFocusRenderer" 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/>Focus<wbr/>Renderer</span></a></li>
|
|
1054
|
-
<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>
|
|
1055
|
-
<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>
|
|
1056
|
-
<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>
|
|
1057
|
-
<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>
|
|
1058
|
-
<li><a href="#getHoverRenderer" 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/>Renderer</span></a></li>
|
|
1059
|
-
<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>
|
|
1060
|
-
<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>
|
|
1061
|
-
<li><a href="#getLinkContent" 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/>Link<wbr/>Content</span></a></li>
|
|
1062
|
-
<li><a href="#getLinkHighlightMode" 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/>Link<wbr/>Highlight<wbr/>Mode</span></a></li>
|
|
1063
|
-
<li><a href="#getLinkProperties" 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/>Link<wbr/>Properties</span></a></li>
|
|
1064
|
-
<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>
|
|
1065
|
-
<li><a href="#getMaxZoom" 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/>Max<wbr/>Zoom</span></a></li>
|
|
1066
|
-
<li><a href="#getMinZoom" 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/>Min<wbr/>Zoom</span></a></li>
|
|
1067
|
-
<li><a href="#getNodeContent" 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/>Node<wbr/>Content</span></a></li>
|
|
1068
|
-
<li><a href="#getNodeHighlightMode" 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/>Node<wbr/>Highlight<wbr/>Mode</span></a></li>
|
|
1069
|
-
<li><a href="#getNodeProperties" 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/>Node<wbr/>Properties</span></a></li>
|
|
1070
|
-
<li><a href="#getOverview" 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/>Overview</span></a></li>
|
|
1071
|
-
<li><a href="#getPanDirection" 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/>Pan<wbr/>Direction</span></a></li>
|
|
1072
|
-
<li><a href="#getPanZoomState" 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/>Pan<wbr/>Zoom<wbr/>State</span></a></li>
|
|
1073
|
-
<li><a href="#getPanning" 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/>Panning</span></a></li>
|
|
1074
|
-
<li><a href="#getPromotedLinkBehavior" 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/>Promoted<wbr/>Link<wbr/>Behavior</span></a></li>
|
|
1075
|
-
<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>
|
|
1076
|
-
<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>
|
|
1077
|
-
<li><a href="#getRenderer" 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/>Renderer</span></a></li>
|
|
1078
|
-
<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>
|
|
1079
|
-
<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>
|
|
1080
|
-
<li><a href="#getSelectionRenderer" 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/>Renderer</span></a></li>
|
|
1081
|
-
<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>
|
|
1082
|
-
<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>
|
|
1083
|
-
<li><a href="#getStyleDefaults" 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/>Style<wbr/>Defaults</span></a></li>
|
|
1084
|
-
<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>
|
|
1085
|
-
<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>
|
|
1086
|
-
<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>
|
|
1087
|
-
<li><a href="#getTouchResponse" 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/>Touch<wbr/>Response</span></a></li>
|
|
1088
|
-
<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>
|
|
1089
|
-
<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>
|
|
1090
|
-
<li><a href="#getZoomRenderer" 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/>Zoom<wbr/>Renderer</span></a></li>
|
|
1091
|
-
<li><a href="#getZooming" 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/>Zooming</span></a></li>
|
|
1092
|
-
<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>
|
|
1093
|
-
<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>
|
|
1094
|
-
<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>
|
|
1095
|
-
<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>
|
|
1096
|
-
<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>
|
|
1097
|
-
<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>
|
|
1098
|
-
<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>
|
|
1099
|
-
<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>
|
|
1100
|
-
<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>
|
|
1101
|
-
<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>
|
|
1102
|
-
<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>
|
|
1103
|
-
<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>
|
|
1104
|
-
<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>
|
|
1105
|
-
<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>
|
|
1106
|
-
<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>
|
|
1107
|
-
<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>
|
|
1108
|
-
<div class="site-menu">
|
|
1109
|
-
<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>
|
|
1110
|
-
<ul class="tsd-small-nested-navigation">
|
|
1111
|
-
<li>
|
|
1112
|
-
<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>
|
|
1113
|
-
<div class="tsd-accordion-details">
|
|
1114
|
-
<ul class="tsd-nested-navigation">
|
|
1115
|
-
<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>
|
|
1116
|
-
<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>
|
|
1117
|
-
<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>
|
|
1118
|
-
<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>
|
|
1119
|
-
<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>
|
|
1120
|
-
<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>
|
|
1121
|
-
<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>
|
|
1122
|
-
<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>
|
|
1123
|
-
<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>
|
|
1124
|
-
<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>
|
|
1125
|
-
<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>
|
|
1126
|
-
<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>
|
|
1127
|
-
<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>
|
|
1128
|
-
<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>
|
|
1129
|
-
<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>
|
|
1130
|
-
<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>
|
|
1131
|
-
<li><a href="elements.OjDiagram.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/>Diagram</span></a></li>
|
|
1132
|
-
<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>
|
|
1133
|
-
<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>
|
|
1134
|
-
<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>
|
|
1135
|
-
<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>
|
|
1136
|
-
<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>
|
|
1137
|
-
<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>
|
|
1138
|
-
<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>
|
|
1139
|
-
<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>
|
|
1140
|
-
<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>
|
|
1141
|
-
<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>
|
|
1142
|
-
<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>
|
|
1143
|
-
<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>
|
|
1144
|
-
<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>
|
|
1145
|
-
<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>
|
|
1146
|
-
<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>
|
|
1147
|
-
<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>
|
|
1148
|
-
<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>
|
|
1149
|
-
<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>
|
|
1150
|
-
<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>
|
|
1151
|
-
<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>
|
|
1152
|
-
<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>
|
|
1153
|
-
<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>
|
|
1154
|
-
<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>
|
|
1155
|
-
<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>
|
|
1156
|
-
<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>
|
|
1157
|
-
<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>
|
|
1158
|
-
<li><a href="elements.OjPictoChart.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/>Picto<wbr/>Chart</span></a></li>
|
|
1159
|
-
<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>
|
|
1160
|
-
<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>
|
|
1161
|
-
<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>
|
|
1162
|
-
<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>
|
|
1163
|
-
<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>
|
|
1164
|
-
<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>
|
|
1165
|
-
<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>
|
|
1166
|
-
<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>
|
|
1167
|
-
<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>
|
|
1168
|
-
<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>
|
|
1169
|
-
<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>
|
|
1170
|
-
<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>
|
|
1171
|
-
<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>
|
|
1172
|
-
<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>
|
|
1173
|
-
<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>
|
|
1174
|
-
<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>
|
|
1175
|
-
<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>
|
|
1176
|
-
<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>
|
|
1177
|
-
<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>
|
|
1178
|
-
<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>
|
|
1179
|
-
<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>
|
|
1180
|
-
<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>
|
|
1181
|
-
<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>
|
|
1182
|
-
<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>
|
|
1183
|
-
<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>
|
|
1184
|
-
<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>
|
|
1185
|
-
<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>
|
|
1186
|
-
<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>
|
|
1187
|
-
<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>
|
|
1188
|
-
<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>
|
|
1189
|
-
<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>
|
|
1190
|
-
<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>
|
|
1191
|
-
<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>
|
|
1192
|
-
<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>
|
|
1193
|
-
<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>
|
|
1194
|
-
<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>
|
|
1195
|
-
<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>
|
|
1196
|
-
<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>
|
|
1197
|
-
<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>
|
|
1198
|
-
<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>
|
|
1199
|
-
<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>
|
|
1200
|
-
<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>
|
|
1201
|
-
<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>
|
|
1202
|
-
<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>
|
|
1203
|
-
<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>
|
|
1204
|
-
<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>
|
|
1205
|
-
<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>
|
|
1206
|
-
<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>
|
|
1207
|
-
<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>
|
|
1208
|
-
<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>
|
|
1209
|
-
<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>
|
|
1210
|
-
<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>
|
|
1211
|
-
<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>
|
|
1212
|
-
<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>
|
|
1213
|
-
<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>
|
|
1214
|
-
<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>
|
|
1215
|
-
<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>
|
|
1216
|
-
<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>
|
|
1217
|
-
<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>
|
|
1218
|
-
<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>
|
|
1219
|
-
<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>
|
|
1220
|
-
<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>
|
|
1221
|
-
<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>
|
|
1222
|
-
<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>
|
|
1223
|
-
<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>
|
|
1224
|
-
<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>
|
|
1225
|
-
<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>
|
|
1226
|
-
<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>
|
|
1227
|
-
<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>
|
|
1228
|
-
<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>
|
|
1229
|
-
<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>
|
|
1230
|
-
<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>
|
|
1231
|
-
<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>
|
|
1232
|
-
<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>
|
|
1233
|
-
<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>
|
|
1234
|
-
<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>
|
|
1235
|
-
<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>
|
|
1236
|
-
<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>
|
|
1237
|
-
<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>
|
|
1238
|
-
<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>
|
|
1239
|
-
<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>
|
|
1240
|
-
<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>
|
|
1241
|
-
<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>
|
|
1242
|
-
<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>
|
|
1243
|
-
<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>
|
|
1244
|
-
<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>
|
|
1245
|
-
<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>
|
|
1246
|
-
<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>
|
|
1247
|
-
<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>
|
|
1248
|
-
<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>
|
|
1249
|
-
<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>
|
|
1250
|
-
<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>
|
|
1251
|
-
<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>
|
|
1252
|
-
<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>
|
|
1253
|
-
<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>
|
|
1254
|
-
<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>
|
|
1255
|
-
<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>
|
|
1256
|
-
<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>
|
|
1257
|
-
<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>
|
|
1258
|
-
<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>
|
|
1259
|
-
<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>
|
|
1260
|
-
<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>
|
|
1261
|
-
<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>
|
|
1262
|
-
<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>
|
|
1263
|
-
<li>
|
|
1264
|
-
<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>
|
|
1265
|
-
<div class="tsd-accordion-details">
|
|
1266
|
-
<ul class="tsd-nested-navigation">
|
|
1267
|
-
<li>
|
|
1268
|
-
<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>
|
|
1269
|
-
<div class="tsd-accordion-details">
|
|
1270
|
-
<ul class="tsd-nested-navigation">
|
|
1271
|
-
<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>
|
|
1272
|
-
<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>
|
|
1273
|
-
<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>
|
|
1274
|
-
<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>
|
|
1275
|
-
<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>
|
|
1276
|
-
<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>
|
|
1277
|
-
<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>
|
|
1278
|
-
<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>
|
|
1279
|
-
<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>
|
|
1280
|
-
<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>
|
|
1281
|
-
<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>
|
|
1282
|
-
<div class="tsd-generator">
|
|
1283
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
1284
|
-
<div class="overlay"></div></body></html>
|
|
261
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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>
|
|
262
|
+
</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>
|
|
263
|
+
</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>
|
|
264
|
+
<div class="tsd-comment tsd-typography"><h4>Throws</h4><p>if the object is not a valid encoded ID.</p>
|
|
265
|
+
</div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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>
|
|
266
|
+
</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>
|
|
267
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from OjDiagramBase.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="#changePanZoomState" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>change<wbr/>Pan<wbr/>Zoom<wbr/>State</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="#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="#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="#getDnd" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Dnd</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="#getFocusRenderer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Focus<wbr/>Renderer</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="#getHoverRenderer" 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/>Renderer</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="#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="#getLinkContent" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Link<wbr/>Content</span></a></li><li><a href="#getLinkHighlightMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Link<wbr/>Highlight<wbr/>Mode</span></a></li><li><a href="#getLinkProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Link<wbr/>Properties</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="#getMaxZoom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Max<wbr/>Zoom</span></a></li><li><a href="#getMinZoom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Min<wbr/>Zoom</span></a></li><li><a href="#getNodeContent" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Node<wbr/>Content</span></a></li><li><a href="#getNodeHighlightMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Node<wbr/>Highlight<wbr/>Mode</span></a></li><li><a href="#getNodeProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Node<wbr/>Properties</span></a></li><li><a href="#getOverview" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Overview</span></a></li><li><a href="#getPanDirection" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Pan<wbr/>Direction</span></a></li><li><a href="#getPanZoomState" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Pan<wbr/>Zoom<wbr/>State</span></a></li><li><a href="#getPanning" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Panning</span></a></li><li><a href="#getPromotedLinkBehavior" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Promoted<wbr/>Link<wbr/>Behavior</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="#getRenderer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Renderer</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="#getSelectionRenderer" 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/>Renderer</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="#getStyleDefaults" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Style<wbr/>Defaults</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="#getTouchResponse" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Touch<wbr/>Response</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="#getZoomRenderer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Zoom<wbr/>Renderer</span></a></li><li><a href="#getZooming" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Zooming</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>
|