Skip to content

Commit

Permalink
Regenerate references by FullName (for methods signatures) by | separ…
Browse files Browse the repository at this point in the history
…ator (116)
  • Loading branch information
mpreyskurantov committed Nov 1, 2023
1 parent 7587fa9 commit 760cff8
Show file tree
Hide file tree
Showing 116 changed files with 116 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.CalendarZoomLevel
acceptValues: 'century' | 'decade' | 'month' | 'year'
type: Union
references: dxCalendar.Options.maxZoomLevel,dxCalendar.Options.minZoomLevel,dxCalendar.Options.zoomLevel
references: dxCalendar.Options.maxZoomLevel|dxCalendar.Options.minZoomLevel|dxCalendar.Options.zoomLevel
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartFinancialSeriesAggregationMethod
acceptValues: 'ohlc' | 'custom'
type: Union
references: dxChartSeriesTypes.CandleStickSeries.aggregation.method,dxChartSeriesTypes.StockSeries.aggregation.method
references: dxChartSeriesTypes.CandleStickSeries.aggregation.method|dxChartSeriesTypes.StockSeries.aggregation.method
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartRangeSeriesAggregationMethod
acceptValues: 'range' | 'custom'
type: Union
references: dxChartSeriesTypes.RangeAreaSeries.aggregation.method,dxChartSeriesTypes.RangeBarSeries.aggregation.method
references: dxChartSeriesTypes.RangeAreaSeries.aggregation.method|dxChartSeriesTypes.RangeBarSeries.aggregation.method
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartSingleValueSeriesAggregationMethod
acceptValues: 'avg' | 'count' | 'max' | 'min' | 'sum' | 'custom'
type: Union
references: dxChartSeriesTypes.AreaSeries.aggregation.method,dxChartSeriesTypes.BarSeries.aggregation.method,dxChartSeriesTypes.FullStackedAreaSeries.aggregation.method,dxChartSeriesTypes.FullStackedBarSeries.aggregation.method,dxChartSeriesTypes.FullStackedLineSeries.aggregation.method,dxChartSeriesTypes.FullStackedSplineAreaSeries.aggregation.method,dxChartSeriesTypes.FullStackedSplineSeries.aggregation.method,dxChartSeriesTypes.LineSeries.aggregation.method,dxChartSeriesTypes.ScatterSeries.aggregation.method,dxChartSeriesTypes.SplineAreaSeries.aggregation.method,dxChartSeriesTypes.SplineSeries.aggregation.method,dxChartSeriesTypes.StackedAreaSeries.aggregation.method,dxChartSeriesTypes.StackedBarSeries.aggregation.method,dxChartSeriesTypes.StackedLineSeries.aggregation.method,dxChartSeriesTypes.StackedSplineAreaSeries.aggregation.method,dxChartSeriesTypes.StackedSplineSeries.aggregation.method,dxChartSeriesTypes.StepAreaSeries.aggregation.method,dxChartSeriesTypes.StepLineSeries.aggregation.method
references: dxChartSeriesTypes.AreaSeries.aggregation.method|dxChartSeriesTypes.BarSeries.aggregation.method|dxChartSeriesTypes.FullStackedAreaSeries.aggregation.method|dxChartSeriesTypes.FullStackedBarSeries.aggregation.method|dxChartSeriesTypes.FullStackedLineSeries.aggregation.method|dxChartSeriesTypes.FullStackedSplineAreaSeries.aggregation.method|dxChartSeriesTypes.FullStackedSplineSeries.aggregation.method|dxChartSeriesTypes.LineSeries.aggregation.method|dxChartSeriesTypes.ScatterSeries.aggregation.method|dxChartSeriesTypes.SplineAreaSeries.aggregation.method|dxChartSeriesTypes.SplineSeries.aggregation.method|dxChartSeriesTypes.StackedAreaSeries.aggregation.method|dxChartSeriesTypes.StackedBarSeries.aggregation.method|dxChartSeriesTypes.StackedLineSeries.aggregation.method|dxChartSeriesTypes.StackedSplineAreaSeries.aggregation.method|dxChartSeriesTypes.StackedSplineSeries.aggregation.method|dxChartSeriesTypes.StepAreaSeries.aggregation.method|dxChartSeriesTypes.StepLineSeries.aggregation.method
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartZoomAndPanMode
acceptValues: 'both' | 'none' | 'pan' | 'zoom'
type: Union
references: dxChart.Options.zoomAndPan.argumentAxis,dxChart.Options.zoomAndPan.valueAxis
references: dxChart.Options.zoomAndPan.argumentAxis|dxChart.Options.zoomAndPan.valueAxis
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.CircularGaugeElementOrientation
acceptValues: 'center' | 'inside' | 'outside'
type: Union
references: viz/circular_gauge:RangeContainer.orientation,viz/circular_gauge:Scale.orientation
references: viz/circular_gauge:RangeContainer.orientation|viz/circular_gauge:Scale.orientation
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DataGridExportFormat
acceptValues: 'pdf' | 'xlsx'
type: Union
references: ui/data_grid:ExportingEvent.format,ui/data_grid:Export.formats,dxDataGrid.Options.onExporting
references: ui/data_grid:ExportingEvent.format|ui/data_grid:Export.formats|dxDataGrid.Options.onExporting
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DataGridPredefinedColumnButton
acceptValues: 'cancel' | 'delete' | 'edit' | 'save' | 'undelete'
type: Union
references: dxDataGridColumn.buttons,dxDataGridColumnButton.name
references: dxDataGridColumn.buttons|dxDataGridColumnButton.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DataGridPredefinedToolbarItem
acceptValues: 'addRowButton' | 'applyFilterButton' | 'columnChooserButton' | 'exportButton' | 'groupPanel' | 'revertButton' | 'saveButton' | 'searchPanel'
type: Union
references: dxDataGridToolbar.items,dxDataGridToolbarItem.name
references: dxDataGridToolbar.items|dxDataGridToolbarItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramCommand
acceptValues: 'separator' | 'exportSvg' | 'exportPng' | 'exportJpg' | 'undo' | 'redo' | 'cut' | 'copy' | 'paste' | 'selectAll' | 'delete' | 'fontName' | 'fontSize' | 'bold' | 'italic' | 'underline' | 'fontColor' | 'lineStyle' | 'lineWidth' | 'lineColor' | 'fillColor' | 'textAlignLeft' | 'textAlignCenter' | 'textAlignRight' | 'lock' | 'unlock' | 'sendToBack' | 'bringToFront' | 'insertShapeImage' | 'editShapeImage' | 'deleteShapeImage' | 'connectorLineType' | 'connectorLineStart' | 'connectorLineEnd' | 'layoutTreeTopToBottom' | 'layoutTreeBottomToTop' | 'layoutTreeLeftToRight' | 'layoutTreeRightToLeft' | 'layoutLayeredTopToBottom' | 'layoutLayeredBottomToTop' | 'layoutLayeredLeftToRight' | 'layoutLayeredRightToLeft' | 'fullScreen' | 'zoomLevel' | 'showGrid' | 'snapToGrid' | 'gridSize' | 'units' | 'pageSize' | 'pageOrientation' | 'pageColor' | 'simpleView' | 'toolbox'
type: Union
references: dxDiagramCustomCommand.name,dxDiagram.Options.contextMenu.commands,dxDiagram.Options.historyToolbar.commands,dxDiagram.Options.mainToolbar.commands,dxDiagram.Options.propertiesPanel.tabs.commands,dxDiagram.Options.propertiesPanel.tabs.groups.commands,dxDiagram.Options.viewToolbar.commands
references: dxDiagramCustomCommand.name|dxDiagram.Options.contextMenu.commands|dxDiagram.Options.historyToolbar.commands|dxDiagram.Options.mainToolbar.commands|dxDiagram.Options.propertiesPanel.tabs.commands|dxDiagram.Options.propertiesPanel.tabs.groups.commands|dxDiagram.Options.viewToolbar.commands
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramConnectorLineEnd
acceptValues: 'none' | 'arrow' | 'outlinedTriangle' | 'filledTriangle'
type: Union
references: dxDiagram.Options.defaultItemProperties.connectorLineEnd,dxDiagram.Options.defaultItemProperties.connectorLineStart
references: dxDiagram.Options.defaultItemProperties.connectorLineEnd|dxDiagram.Options.defaultItemProperties.connectorLineStart
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramDataLayoutType
acceptValues: 'auto' | 'off' | 'tree' | 'layered'
type: Union
references: dxDiagram.Options.nodes.autoLayout,dxDiagram.Options.nodes.autoLayout.type
references: dxDiagram.Options.nodes.autoLayout|dxDiagram.Options.nodes.autoLayout.type
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramExportFormat
acceptValues: 'svg' | 'png' | 'jpg'
type: Union
references: dxDiagram.exportTo
references: dxDiagram.exportTo(format, callback)
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramModelOperation
acceptValues: 'addShape' | 'addShapeFromToolbox' | 'deleteShape' | 'deleteConnector' | 'changeConnection' | 'changeConnectorPoints' | 'beforeChangeShapeText' | 'changeShapeText' | 'beforeChangeConnectorText' | 'changeConnectorText' | 'resizeShape' | 'moveShape'
type: Union
references: ui/diagram:RequestEditOperationEvent.operation,dxDiagram.Options.onRequestEditOperation
references: ui/diagram:RequestEditOperationEvent.operation|dxDiagram.Options.onRequestEditOperation
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramPanelVisibility
acceptValues: 'auto' | 'visible' | 'collapsed' | 'disabled'
type: Union
references: dxDiagram.Options.propertiesPanel.visibility,dxDiagram.Options.toolbox.visibility
references: dxDiagram.Options.propertiesPanel.visibility|dxDiagram.Options.toolbox.visibility
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramRequestEditOperationReason
acceptValues: 'checkUIElementAvailability' | 'modelModification'
type: Union
references: ui/diagram:RequestEditOperationEvent.reason,dxDiagram.Options.onRequestEditOperation
references: ui/diagram:RequestEditOperationEvent.reason|dxDiagram.Options.onRequestEditOperation
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramShapeCategory
acceptValues: 'general' | 'flowchart' | 'orgChart' | 'containers' | 'custom'
type: Union
references: dxDiagram.Options.contextToolbox.category,dxDiagram.Options.toolbox.groups,dxDiagram.Options.toolbox.groups.category
references: dxDiagram.Options.contextToolbox.category|dxDiagram.Options.toolbox.groups|dxDiagram.Options.toolbox.groups.category
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramShapeType
acceptValues: 'text' | 'rectangle' | 'ellipse' | 'cross' | 'triangle' | 'diamond' | 'heart' | 'pentagon' | 'hexagon' | 'octagon' | 'star' | 'arrowLeft' | 'arrowTop' | 'arrowRight' | 'arrowBottom' | 'arrowNorthSouth' | 'arrowEastWest' | 'process' | 'decision' | 'terminator' | 'predefinedProcess' | 'document' | 'multipleDocuments' | 'manualInput' | 'preparation' | 'data' | 'database' | 'hardDisk' | 'internalStorage' | 'paperTape' | 'manualOperation' | 'delay' | 'storedData' | 'display' | 'merge' | 'connector' | 'or' | 'summingJunction' | 'verticalContainer' | 'horizontalContainer' | 'cardWithImageOnLeft' | 'cardWithImageOnTop' | 'cardWithImageOnRight'
type: Union
references: dxDiagramAddShapeFromToolboxArgs.shapeType,dxDiagram.Options.contextToolbox.shapes,dxDiagram.Options.customShapes.baseType,dxDiagram.Options.toolbox.groups.shapes,dxDiagramShape.type
references: dxDiagramAddShapeFromToolboxArgs.shapeType|dxDiagram.Options.contextToolbox.shapes|dxDiagram.Options.customShapes.baseType|dxDiagram.Options.toolbox.groups.shapes|dxDiagramShape.type
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramToolboxDisplayMode
acceptValues: 'icons' | 'texts'
type: Union
references: dxDiagram.Options.contextToolbox.displayMode,dxDiagram.Options.toolbox.groups.displayMode
references: dxDiagram.Options.contextToolbox.displayMode|dxDiagram.Options.toolbox.groups.displayMode
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramUnits
acceptValues: 'in' | 'cm' | 'px'
type: Union
references: dxDiagram.Options.units,dxDiagram.Options.viewUnits
references: dxDiagram.Options.units|dxDiagram.Options.viewUnits
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: Object
inherits: NativeEventInfo
uid: ui/drop_down_button:ItemClickEvent
generateTypeLink:
references: dxDropDownButtonItem.onClick,dxDropDownButton.Options.onItemClick
references: dxDropDownButtonItem.onClick|dxDropDownButton.Options.onItemClick
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.FileManagerPredefinedContextMenuItem
acceptValues: 'create' | 'upload' | 'refresh' | 'download' | 'move' | 'copy' | 'rename' | 'delete'
type: Union
references: dxFileManagerContextMenu.items,dxFileManagerContextMenuItem.name
references: dxFileManagerContextMenu.items|dxFileManagerContextMenuItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.FileManagerPredefinedToolbarItem
acceptValues: 'showNavPane' | 'create' | 'upload' | 'refresh' | 'switchView' | 'download' | 'move' | 'copy' | 'rename' | 'delete' | 'clearSelection' | 'separator'
type: Union
references: dxFileManagerToolbar.fileSelectionItems,dxFileManagerToolbar.items,dxFileManagerToolbarItem.name
references: dxFileManagerToolbar.fileSelectionItems|dxFileManagerToolbar.items|dxFileManagerToolbarItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.FileManagerViewArea
acceptValues: 'navPane' | 'itemView'
type: Union
references: ui/file_manager:ContextMenuItemClickEvent.viewArea,ui/file_manager:ContextMenuShowingEvent.viewArea,dxFileManager.Options.onContextMenuItemClick,dxFileManager.Options.onContextMenuShowing
references: ui/file_manager:ContextMenuItemClickEvent.viewArea|ui/file_manager:ContextMenuShowingEvent.viewArea|dxFileManager.Options.onContextMenuItemClick|dxFileManager.Options.onContextMenuShowing
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.FilterBuilderOperation
acceptValues: '=' | '<>' | '<' | '<=' | '>' | '>=' | 'contains' | 'endswith' | 'isblank' | 'isnotblank' | 'notcontains' | 'startswith' | 'between'
type: Union
references: dxFilterBuilderField.defaultFilterOperation,dxFilterBuilderField.filterOperations
references: dxFilterBuilderField.defaultFilterOperation|dxFilterBuilderField.filterOperations
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.FormItemType
acceptValues: 'empty' | 'group' | 'simple' | 'tabbed' | 'button'
type: Union
references: dxFormButtonItem.itemType,dxFormEmptyItem.itemType,dxFormGroupItem.itemType,dxFormSimpleItem.itemType,dxFormTabbedItem.itemType
references: dxFormButtonItem.itemType|dxFormEmptyItem.itemType|dxFormGroupItem.itemType|dxFormSimpleItem.itemType|dxFormTabbedItem.itemType
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.LabelLocation
acceptValues: 'left' | 'right' | 'top'
type: Union
references: dxForm.Options.labelLocation,dxFormSimpleItem.label.location
references: dxForm.Options.labelLocation|dxFormSimpleItem.label.location
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.GanttPredefinedContextMenuItem
acceptValues: 'undo' | 'redo' | 'expandAll' | 'collapseAll' | 'addTask' | 'deleteTask' | 'zoomIn' | 'zoomOut' | 'deleteDependency' | 'taskDetails' | 'resourceManager'
type: Union
references: dxGanttContextMenu.items,dxGanttContextMenuItem.name
references: dxGanttContextMenu.items|dxGanttContextMenuItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.GanttPredefinedToolbarItem
acceptValues: 'separator' | 'undo' | 'redo' | 'expandAll' | 'collapseAll' | 'addTask' | 'deleteTask' | 'zoomIn' | 'zoomOut' | 'taskDetails' | 'fullScreen' | 'resourceManager' | 'showResources' | 'showDependencies'
type: Union
references: dxGanttToolbar.items,dxGanttToolbarItem.name
references: dxGanttToolbar.items|dxGanttToolbarItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.GanttRenderScaleType
acceptValues: 'minutes' | 'hours' | 'sixHours' | 'days' | 'weeks' | 'months' | 'quarters' | 'years' | 'fiveYears'
type: Union
references: ui/gantt:ScaleCellPreparedEvent.scaleType,dxGantt.Options.onScaleCellPrepared
references: ui/gantt:ScaleCellPreparedEvent.scaleType|dxGantt.Options.onScaleCellPrepared
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.GanttScaleType
acceptValues: 'auto' | 'minutes' | 'hours' | 'sixHours' | 'days' | 'weeks' | 'months' | 'quarters' | 'years'
type: Union
references: dxGantt.Options.scaleType,dxGantt.Options.scaleTypeRange.max,dxGantt.Options.scaleTypeRange.min
references: dxGantt.Options.scaleType|dxGantt.Options.scaleTypeRange.max|dxGantt.Options.scaleTypeRange.min
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.HtmlEditorFormat
acceptValues: 'background' | 'bold' | 'color' | 'font' | 'italic' | 'link' | 'size' | 'strike' | 'script' | 'underline' | 'blockquote' | 'header' | 'indent' | 'list' | 'align' | 'code-block'
type: Union
references: dxHtmlEditor.format,dxHtmlEditor.formatLine,dxHtmlEditor.formatText,dxHtmlEditor.insertText
references: dxHtmlEditor.format(formatName, formatValue)|dxHtmlEditor.formatLine(index, length, formatName, formatValue)|dxHtmlEditor.formatText(index, length, formatName, formatValue)|dxHtmlEditor.insertText(index, text, formatName, formatValue)
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.HtmlEditorImageUploadTab
acceptValues: 'url' | 'file'
type: Union
references: dxHtmlEditorImageUpload.tabs,dxHtmlEditorImageUploadTabItem.name
references: dxHtmlEditorImageUpload.tabs|dxHtmlEditorImageUploadTabItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.HtmlEditorPredefinedContextMenuItem
acceptValues: 'background' | 'bold' | 'color' | 'font' | 'italic' | 'link' | 'image' | 'strike' | 'subscript' | 'superscript' | 'underline' | 'blockquote' | 'increaseIndent' | 'decreaseIndent' | 'orderedList' | 'bulletList' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'alignJustify' | 'codeBlock' | 'variable' | 'undo' | 'redo' | 'clear' | 'insertTable' | 'insertHeaderRow' | 'insertRowAbove' | 'insertRowBelow' | 'insertColumnLeft' | 'insertColumnRight' | 'deleteColumn' | 'deleteRow' | 'deleteTable' | 'cellProperties' | 'tableProperties'
type: Union
references: dxHtmlEditorTableContextMenu.items,dxHtmlEditorTableContextMenuItem.items,dxHtmlEditorTableContextMenuItem.name
references: dxHtmlEditorTableContextMenu.items|dxHtmlEditorTableContextMenuItem.items|dxHtmlEditorTableContextMenuItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.HtmlEditorPredefinedToolbarItem
acceptValues: 'background' | 'bold' | 'color' | 'font' | 'italic' | 'link' | 'image' | 'size' | 'strike' | 'subscript' | 'superscript' | 'underline' | 'blockquote' | 'header' | 'increaseIndent' | 'decreaseIndent' | 'orderedList' | 'bulletList' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'alignJustify' | 'codeBlock' | 'variable' | 'separator' | 'undo' | 'redo' | 'clear' | 'cellProperties' | 'tableProperties' | 'insertTable' | 'insertHeaderRow' | 'insertRowAbove' | 'insertRowBelow' | 'insertColumnLeft' | 'insertColumnRight' | 'deleteColumn' | 'deleteRow' | 'deleteTable'
type: Union
references: dxHtmlEditorToolbar.items,dxHtmlEditorToolbarItem.formatName,dxHtmlEditorToolbarItem.name
references: dxHtmlEditorToolbar.items|dxHtmlEditorToolbarItem.formatName|dxHtmlEditorToolbarItem.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.PieChartSeriesInteractionMode
acceptValues: 'none' | 'onlyPoint'
type: Union
references: dxPieChartSeriesTypes.CommonPieChartSeries.hoverMode,dxPieChartSeriesTypes.CommonPieChartSeries.selectionMode
references: dxPieChartSeriesTypes.CommonPieChartSeries.hoverMode|dxPieChartSeriesTypes.CommonPieChartSeries.selectionMode
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.PolarChartSeriesType
acceptValues: 'area' | 'bar' | 'line' | 'scatter' | 'stackedbar'
type: Union
references: viz/polar_chart:CommonSeriesSettings.type,PolarChartSeries.type
references: viz/polar_chart:CommonSeriesSettings.type|PolarChartSeries.type
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.AllDayPanelMode
acceptValues: 'all' | 'allDay' | 'hidden'
type: Union
references: dxScheduler.Options.allDayPanelMode,dxScheduler.Options.views.allDayPanelMode
references: dxScheduler.Options.allDayPanelMode|dxScheduler.Options.views.allDayPanelMode
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export: AppointmentTemplateData
type: TargetedAppointmentInfo
inherits: TargetedAppointmentInfo
generateTypeLink:
references: dxScheduler.Options.appointmentTemplate,dxScheduler.Options.views.appointmentTemplate
references: dxScheduler.Options.appointmentTemplate|dxScheduler.Options.views.appointmentTemplate
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export: AppointmentTooltipTemplateData
type: TargetedAppointmentInfo | Object
inherits: TargetedAppointmentInfo
generateTypeLink:
references: dxScheduler.Options.appointmentTooltipTemplate,dxScheduler.Options.views.appointmentTooltipTemplate
references: dxScheduler.Options.appointmentTooltipTemplate|dxScheduler.Options.views.appointmentTooltipTemplate
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.CellAppointmentsLimit
acceptValues: 'auto' | 'unlimited'
type: Union
references: dxScheduler.Options.maxAppointmentsPerCell,dxScheduler.Options.views.maxAppointmentsPerCell
references: dxScheduler.Options.maxAppointmentsPerCell|dxScheduler.Options.views.maxAppointmentsPerCell
---
---
##### shortDescription
Expand Down
Loading

0 comments on commit 760cff8

Please sign in to comment.